Ignore:
Timestamp:
Dec 23, 2013, 9:17:28 PM (10 years ago)
Author:
mistic100
Message:

update for 2.6

Location:
extensions/Subscribe_to_comments/template/text
Files:
5 added
2 copied

Legend:

Unmodified
Added
Removed
  • extensions/Subscribe_to_comments/template/text/html/confirm.tpl

    r24342 r26139  
    1 <div id="the_header">
    2 {'Subscribe to comments on %s'|@translate|sprintf:$STC.GALLERY_TITLE}</b>
    3 </div>
     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>
    412
    5 <div id="the_content">
     13<p>{'You requested to subscribe by email to comments on %s'|translate:$ELEMENT.on}.</p>
    614
    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>
     15{if not empty($ELEMENT.thumbnail)}
     16<p><img src="{$ELEMENT.thumbnail}" alt="{$ELEMENT.name}" class="photo"></p>
    1117{/if}
    1218
    13 <p>{'To activate, click the confirm button. If you believe this is an error, please just ignore this message.'|@translate}</p>
     19<p>{'To activate, click the confirm button. If you believe this is an error, please just ignore this message.'|translate}</p>
    1420
    15 <p><a href="{$STC.VALIDATE_URL}" class="button">{'Confirm subscription'|@translate}</a></p>
     21<p><a href="{$VALIDATE_URL}" class="button">{'Confirm subscription'|translate}</a></p>
    1622
    17 <p>{'Want to edit your notifications options?'|@translate} <a href="{$STC.MANAGE_URL}">{'Manage my subscriptions'|@translate}</a>.</p>
    18 
    19 </div>
     23<p>{'Want to edit your notifications options?'|translate} <a href="{$MANAGE_URL}">{'Manage my subscriptions'|translate}</a>.</p>
  • extensions/Subscribe_to_comments/template/text/html/notification.tpl

    r24342 r26139  
    1 <div id="the_header">
    2 {'New comment on %s'|@translate|sprintf:$STC.GALLERY_TITLE}</b>
    3 </div>
    4 
    5 <div id="the_content">
    6 
    7 <p id="the_image">
    8   <a href="{$STC.element.url}">{$STC.element.name}<br>
    9   <img src="{$STC.element.thumbnail}" alt="{$STC.element.name}"></a>
     1<p>
     2  <a href="{$ELEMENT.url}">{$ELEMENT.name}<br>
     3  <img src="{$ELEMENT.thumbnail}" alt="{$ELEMENT.name}" class="photo"></a>
    104</p>
    115
    126<p>
    13   {$STC.comment.caption}:
    14   <blockquote>{$STC.comment.content}</blockquote>
     7  {'<b>%s</b> wrote on <i>%s</i>'|translate:$COMMENT.author:$COMMENT.date} :
     8  <blockquote>{$COMMENT.content}</blockquote>
    159</p>
    1610
    1711<p>
    18   <a href="{$STC.UNSUB_URL}">{'Stop receiving notifications'|@translate}</a><br>
    19   <a href="{$STC.MANAGE_URL}">{'Manage my subscriptions'|@translate}</a>
     12  <a href="{$UNSUB_URL}">{'Stop receiving notifications'|translate}</a><br>
     13  <a href="{$MANAGE_URL}">{'Manage my subscriptions'|translate}</a>
    2014</p>
    21 
    22 </div>
Note: See TracChangeset for help on using the changeset viewer.