source: products/qPloneComments/branches/plone-2.5/skins/qplonecomments/approve_comment_template.pt @ 494

Last change on this file since 494 was 1, checked in by myroslav, 18 years ago

Building directory structure

File size: 1.1 KB
Line 
1<div i18n:domain="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>To: <tal:x replace="options/mto"/>
7From: <tal:x replace="options/mfrom"/>
8Subject: <tal:x condition="organization_name" replace="string:[$organization_name] "/><tal:subject i18n:translate="approvemail_subject">New comment awaits moderation</tal:subject>
9
10<tal:new_comment define="obj nocall:options/obj"
11       i18n:translate="approvemail_new_comment_link">
12       Please review new comment added to the following page "<tal:x replace="obj/Title" i18n:name="title"/>":
13       <tal:link replace="obj/absolute_url" i18n:name="link"/>
14</tal:new_comment>
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"/>
21Support Team
22</tal:signature>
23</div>
Note: See TracBrowser for help on using the repository browser.