source: extensions/Subscribe_to_comments/template/mail/confirm.tpl @ 21340

Last change on this file since 21340 was 21340, checked in by mistic100, 11 years ago

too many changes

File size: 724 bytes
Line 
1<div id="the_header">
2{'Subscribe to comments on %s'|@translate|sprintf:$STC.GALLERY_TITLE}</b>
3</div>
4
5<div id="the_content">
6
7<p>{'You requested to subscribe by email to comments on %s'|@translate|sprintf:$STC.element.on}.</p>
8
9{if not empty($STC.element.thumbnail)}
10<p id="the_image"><img src="{$STC.element.thumbnail}" alt="{$STC.element.name}"></p>
11{/if}
12
13<p>{'To activate, click the confirm button. If you believe this is an error, please just ignore this message.'|@translate}</p>
14
15<p><a href="{$STC.VALIDATE_URL}" class="button">{'Confirm subscription'|@translate}</a></p>
16
17<p>{'Want to edit your notifications options?'|@translate} <a href="{$STC.MANAGE_URL}">{'Manage my subscriptions'|@translate}</a>.</p>
18
19</div>
Note: See TracBrowser for help on using the repository browser.