source: extensions/Subscribe_to_comments/template/text/html/confirm.tpl @ 26139

Last change on this file since 26139 was 26139, checked in by mistic100, 10 years ago

update for 2.6

File size: 726 bytes
Line 
1<style>
2.button {
3  padding:8px 15px;
4  background:#A80D24;
5  color:#bbb;
6  border:1px solid #CE2E5A;
7  text-decoration:none;
8  font-size:14px;
9  font-weight:bold;
10}
11</style>
12
13<p>{'You requested to subscribe by email to comments on %s'|translate:$ELEMENT.on}.</p>
14
15{if not empty($ELEMENT.thumbnail)}
16<p><img src="{$ELEMENT.thumbnail}" alt="{$ELEMENT.name}" class="photo"></p>
17{/if}
18
19<p>{'To activate, click the confirm button. If you believe this is an error, please just ignore this message.'|translate}</p>
20
21<p><a href="{$VALIDATE_URL}" class="button">{'Confirm subscription'|translate}</a></p>
22
23<p>{'Want to edit your notifications options?'|translate} <a href="{$MANAGE_URL}">{'Manage my subscriptions'|translate}</a>.</p>
Note: See TracBrowser for help on using the repository browser.