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

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

update language files

File size: 750 bytes
Line 
1<style>
2.button {
3  display:inline-block;
4  padding:8px 15px;
5  background:#A80D24;
6  color:#bbb;
7  border:1px solid #CE2E5A;
8  text-decoration:none;
9  font-size:14px;
10  font-weight:bold;
11}
12</style>
13
14<p>{'You requested to subscribe by email to comments on %s.'|translate:$ELEMENT.on}</p>
15
16{if not empty($ELEMENT.thumbnail)}
17<p><img src="{$ELEMENT.thumbnail}" alt="{$ELEMENT.name}" class="photo"></p>
18{/if}
19
20<p>{'To activate, click the confirm button. If you believe this is an error, please just ignore this message.'|translate}</p>
21
22<p><a href="{$VALIDATE_URL}" class="button">{'Confirm subscription'|translate}</a></p>
23
24<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.