Ignore:
Timestamp:
Dec 9, 2011, 1:05:26 PM (12 years ago)
Author:
mistic100
Message:

fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Subscribe_to_comments/include/subscribe_to_comments.inc.php

    r12708 r12709  
    267267<form method="post" action="{$comment_add.F_ACTION}" class="filter" id="stc_standalone">
    268268  <fieldset>
    269   {if $SUBSCRIBED == true}
     269  {if $SUBSCRIBED}
    270270    {\'You are currently subscribed to comments of this picture.\'|@translate}
    271271    <a href="{$UNSUB_LINK}">{\'Unsubscribe\'|@translate}
    272272  {else}
    273273    <legend>{\'Subscribe without commenting\'|@translate}</legend>
    274     {if $ASK_MAIL == true}
     274    {if $ASK_MAIL}
    275275      <label>{\'Email address\'|@translate} <input type="text" name="stc_mail_stdl"></label>
    276276      <label><input type="submit" name="stc_submit" value="{\'Submit\'|@translate}"></label>
     
    290290  $replace = '
    291291<input type="hidden" name="key" value="{$comment_add.KEY}"$1>
    292 {if $SUBSCRIBED != true}
     292{if !$SUBSCRIBED}
    293293  <label>{\'Notify me of followup comments\'|@translate} <input type="checkbox" name="stc_check" value="1"></label><br>
    294294
    295   {if $ASK_MAIL == true}
     295  {if $ASK_MAIL}
    296296    <label id="stc_mail" style="display:none;">{\'Email address\'|@translate} <input type="text" name="stc_mail"></label><br>
    297297    {footer_script require="jquery"}{literal}
     
    322322<form method="post" action="{$comment_add.F_ACTION}" class="filter" id="stc_standalone">
    323323  <fieldset>
    324   {if $SUBSRIBED == true}
     324  {if $SUBSCRIBED}
    325325    {\'You are currently subscribed to comments of this album.\'|@translate}
    326326    <a href="{$UNSUB_LINK}">{\'Unsubscribe\'|@translate}
    327327  {else}
    328328    <legend>{\'Subscribe without commenting\'|@translate}</legend>
    329     {if $ASK_MAIL == true}
     329    {if $ASK_MAIL}
    330330      <label>{\'Email address\'|@translate} <input type="text" name="stc_mail_stdl"></label>
    331331      <label><input type="submit" name="stc_submit" value="{\'Submit\'|@translate}"></label>
     
    345345  $replace = '
    346346<input type="hidden" name="key" value="{$comment_add.KEY}"$1>
    347 {if $SUBSCRIBED != true}
     347{if !$SUBSCRIBED}
    348348  <label>{\'Notify me of followup comments\'|@translate} <input type="checkbox" name="stc_check" value="1"></label><br>
    349349
    350   {if $ASK_MAIL == true}
     350  {if $ASK_MAIL}
    351351    <label id="stc_mail" style="display:none;">{\'Email address\'|@translate} <input type="text" name="stc_mail"></label><br>
    352352    {footer_script require="jquery"}{literal}
Note: See TracChangeset for help on using the changeset viewer.