source: products/quintagroup.plonecomments/trunk/quintagroup/plonecomments/skins/quintagroup_plonecomments/rejected_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: 992 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                 obj nocall:options/obj">
7
8<tal:x replace="options/name"/>,
9
10<tal:notify define="obj nocall:options/obj"
11       i18n:translate="notifyreject_link">
12       Your comment on <tal:x replace="string:${obj/absolute_url}/view" i18n:name="url"/> did not receive
13approval. Please direct any questions or concerns to <tal:x replace="options/mfrom" i18n:name="mfrom"/>.
14</tal:notify>
15
16--
17<tal:signature i18n:translate="signature"> 
18    <tal:organization_name condition="organization_name"
19                           replace="string:$organization_name"
20                           i18n:name="organization_name"/>
21    Support Team
22</tal:signature>
23
24</div>
Note: See TracBrowser for help on using the repository browser.