Ignore:
Timestamp:
Mar 7, 2013, 10:06:42 PM (11 years ago)
Author:
mistic100
Message:

too many changes

File:
1 edited

Legend:

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

    r15648 r21340  
     1{combine_css path=$SUBSCRIBE_TO_PATH|@cat:'template/style_form.css'}
     2
     3{if $STC_ALLOW_GLOBAL}
     4  {footer_script require="jquery"}{literal}
     5  jQuery("#stc_submit").hide();
     6  jQuery("#stc_standalone input[name='stc_mode']").change(function() {
     7    jQuery("#stc_submit").show();
     8  });
     9  {/literal}{/footer_script}
     10{/if}
     11
    112{if isset($comment_add)}
    213<div id="pictureCommentList">
    314<form method="post" action="{$comment_add.F_ACTION}" id="stc_standalone">
    4   <fieldset>
     15  <fieldset>{strip}
    516  {if $SUBSCRIBED_ALL_IMAGES}
    6     {'You are currently subscribed to comments on'|@translate} {'all pictures of the gallery'|@translate}.
     17    {'You are currently subscribed to comments on %s.'|@translate|sprintf:'all pictures of the gallery'|@translate}
    718    <a href="{$MANAGE_LINK}">{'Manage my subscriptions'|@translate}</a>
    819   
    920  {elseif $SUBSCRIBED_ALBUM_IMAGES}
    10     {'You are currently subscribed to comments on'|@translate} {'all pictures of this album'|@translate}.
     21    {'You are currently subscribed to comments on %s.'|@translate|sprintf:'all pictures of this album'|@translate}
    1122    <a href="{$UNSUB_LINK}">{'Unsubscribe'|@translate}</a>
    1223   
    1324  {elseif $SUBSCRIBED_IMAGE}
    14     {'You are currently subscribed to comments on'|@translate} {'this picture'|@translate}.
     25    {'You are currently subscribed to comments on %s.'|@translate|sprintf:'this picture'|@translate}
    1526    <a href="{$UNSUB_LINK}">{'Unsubscribe'|@translate}</a>
    1627   
    1728  {elseif $SUBSCRIBED_ALL_ALBUMS}
    18     {'You are currently subscribed to comments on'|@translate} {'all albums of the gallery'|@translate}.
     29    {'You are currently subscribed to comments on %s.'|@translate|sprintf:'all albums of the gallery'|@translate}
    1930    <a href="{$MANAGE_LINK}">{'Manage my subscriptions'|@translate}</a>
    2031   
    2132  {elseif $SUBSCRIBED_ALBUM}
    22     {'You are currently subscribed to comments on'|@translate} {'this album'|@translate}.
     33    {'You are currently subscribed to comments on %s.'|@translate|sprintf:'this album'|@translate}
    2334    <a href="{$UNSUB_LINK}">{'Unsubscribe'|@translate}</a>
    2435   
     
    4253    {/if}
    4354    {if $STC_ALLOW_GLOBAL and $STC_ASK_MAIL}<br>{/if}
     55    <span id="stc_submit">
    4456    {if $STC_ASK_MAIL}
    45       <label>{'Email address'|@translate} <input type="text" name="stc_mail" size="30"></label>
     57        <label>{'Email'|@translate} <input type="text" name="stc_mail" size="30"></label>
    4658    {/if}
    47     <label><input type="submit" name="stc_submit" value="{'Subscribe'|@translate}"></label>
     59      <label><input type="submit" name="stc_submit" value="{'Subscribe'|@translate}"></label>
     60    </span>
    4861  {/if}
    49   </fieldset>
     62  {/strip}</fieldset>
    5063</form>
    5164</div>
Note: See TracChangeset for help on using the changeset viewer.