Changeset 1148

Show
Ignore:
Timestamp:
06/29/08 20:32:44
Author:
deo
Message:

Fixed broken template. Tests now down to only 3 failures... :-)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qPloneComments/branches/plone-3.0/skins/qplonecomments/published_comment_template.pt

    r1120 r1148  
    1 <div i18n:domain="plonecomments"  
    2      tal:omit-tag="" 
     1<tal:mail i18n:domain="plonecomments" 
    32     tal:define="charset here/portal_properties/site_properties/default_charset|string:utf-8; 
    43                 dummy python:request.RESPONSE.setHeader('Content-Type', 'text/html;;charset=%s' % charset); 
    5                  organization_name options/organization_name" 
     4                 organization_name options/organization_name"> 
    65 
    76<tal:new_comment define="obj nocall:options/obj" i18n:translate="publishedmail_new_comment_link"> 
     
    1110 
    1211-- 
    13 <tal:signature i18n:translate="signature">  
    14     <tal:organization_name condition="organization_name"  
    15                            replace="string:$organization_name"  
     12<tal:signature i18n:translate="signature"> 
     13    <tal:organization_name condition="organization_name" 
     14                           replace="string:$organization_name" 
    1615                           i18n:name="organization_name"/> 
    1716    Support Team 
    1817</tal:signature> 
    19  
    20 </div> 
     18</tal:mail>