Changeset 1148
- Timestamp:
- 06/29/08 20:32:44
- 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" 3 2 tal:define="charset here/portal_properties/site_properties/default_charset|string:utf-8; 4 3 dummy python:request.RESPONSE.setHeader('Content-Type', 'text/html;;charset=%s' % charset); 5 organization_name options/organization_name" 4 organization_name options/organization_name"> 6 5 7 6 <tal:new_comment define="obj nocall:options/obj" i18n:translate="publishedmail_new_comment_link"> … … 11 10 12 11 -- 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" 16 15 i18n:name="organization_name"/> 17 16 Support Team 18 17 </tal:signature> 19 20 </div> 18 </tal:mail>
