source: products/quintagroup.plonecomments/trunk/quintagroup/plonecomments/skins/quintagroup_plonecomments/published_comment_template.pt @ 1050

Last change on this file since 1050 was 822, checked in by koval, 17 years ago

little change in member properties extraction

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