Ignore:
Timestamp:
Jun 12, 2012, 1:27:14 PM (12 years ago)
Author:
mistic100
Message:

check email validity before subscribe

Location:
extensions/Subscribe_to_comments/template
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/Subscribe_to_comments/template/form_standalone.tpl

    r15641 r15648  
    55  {if $SUBSCRIBED_ALL_IMAGES}
    66    {'You are currently subscribed to comments on'|@translate} {'all pictures of the gallery'|@translate}.
    7     <a href="{$MANAGE_LINK}">{'Manage my subscribtions'|@translate}</a>
     7    <a href="{$MANAGE_LINK}">{'Manage my subscriptions'|@translate}</a>
    88   
    99  {elseif $SUBSCRIBED_ALBUM_IMAGES}
     
    1717  {elseif $SUBSCRIBED_ALL_ALBUMS}
    1818    {'You are currently subscribed to comments on'|@translate} {'all albums of the gallery'|@translate}.
    19     <a href="{$MANAGE_LINK}">{'Manage my subscribtions'|@translate}</a>
     19    <a href="{$MANAGE_LINK}">{'Manage my subscriptions'|@translate}</a>
    2020   
    2121  {elseif $SUBSCRIBED_ALBUM}
  • extensions/Subscribe_to_comments/template/mail/confirm.tpl

    r15641 r15648  
    1515<p><a href="{$STC.VALIDATE_URL}" class="button">{'Confirm subscription'|@translate}</a></p>
    1616
    17 <p>{'Want to edit your notifications options?'|@translate} <a href="{$STC.MANAGE_URL}">{'Manage my subscribtions'|@translate}</a>.</p>
     17<p>{'Want to edit your notifications options?'|@translate} <a href="{$STC.MANAGE_URL}">{'Manage my subscriptions'|@translate}</a>.</p>
    1818
    1919</div>
  • extensions/Subscribe_to_comments/template/mail/notification.tpl

    r15641 r15648  
    1717<p>
    1818  <a href="{$STC.UNSUB_URL}">{'Stop receiving notifications'|@translate}</a><br>
    19   <a href="{$STC.MANAGE_URL}">{'Manage my subscribtions'|@translate}</a>
     19  <a href="{$STC.MANAGE_URL}">{'Manage my subscriptions'|@translate}</a>
    2020</p>
    2121
  • extensions/Subscribe_to_comments/template/subscribtions_page.tpl

    r15642 r15648  
    1818<p>
    1919  {if !empty($element)}<a href="{$element.url}" title="{$element.name}">{'Return to item page'|@translate}</a><br>{/if}
    20   <a href="{$MANAGE_LINK}">{'Manage my subscriptions to comments'|@translate}</a>
     20  <a href="{$MANAGE_LINK}">{'Manage my subscriptions'|@translate}</a>
    2121</p>
    2222{/if}
Note: See TracChangeset for help on using the changeset viewer.