source: products/qPloneComments/trunk/skins/qplonecomments/reply_notify_template.pt @ 1221

Last change on this file since 1221 was 1049, checked in by liebster, 15 years ago

Fix links in the email messages.

  • Property svn:eol-style set to native
File size: 1000 bytes
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                 obj nocall:options/obj">
7<tal:x replace="options/name"/>,
8<tal:notify define="obj nocall:options/obj"
9       i18n:translate="replynotify_link">
10       Someone replied to your comment <tal:x replace="obj/absolute_url" i18n:name="url"/> on <tal:x replace="here/absolute_url" i18n:name="here_url"/>. To read the response, go to <tal:x replace="obj/absolute_url" i18n:name="url"/>.
11</tal:notify>
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"/>
18    Support Team
19</tal:signature>
20
21</div>
Note: See TracBrowser for help on using the repository browser.