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:
2 added
1 copied

Legend:

Unmodified
Added
Removed
  • 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.