source: products/quintagroup.plonecomments/trunk/quintagroup/plonecomments/skins/quintagroup_plonecomments/approve_comment_template.pt @ 1583

Last change on this file since 1583 was 1059, checked in by liebster, 15 years ago

Fixed links in the email messages. Change tests for Plone 3.1.7

File size: 896 bytes
Line 
1<div i18n:domain="quintagroup.plonecomments"
2     tal:omit-tag=""
3     tal:define="charset here/portal_properties/site_properties/default_charset|string:utf-8;
4                 dummy python:request.RESPONSE.setHeader('Content-Type', 'text/html;;charset=%s' % charset);
5                 organization_name options/organization_name">
6
7<tal:new_comment define="obj nocall:options/obj"
8       i18n:translate="approvemail_new_comment_link">
9       Please review new comment added to the following page ' <tal:x replace="obj/Title" i18n:name="title"/> ':
10       <tal:x replace="here/absolute_url" i18n:name="here_url"/>
11</tal:new_comment>
12
13--
14<tal:signature i18n:translate="signature">
15    <tal:organization_name condition="organization_name"
16                           replace="string:$organization_name"
17                           i18n:name="organization_name"/>
18Support Team
19</tal:signature>
20</div>
Note: See TracBrowser for help on using the repository browser.