Changeset 26923 for extensions


Ignore:
Timestamp:
Jan 23, 2014, 2:55:21 PM (10 years ago)
Author:
mistic100
Message:

add class="easycaptcha_hint" for public text

Location:
extensions/EasyCaptcha/template
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/EasyCaptcha/template/comment.tpl

    r26025 r26923  
    33{* <!-- DRAG & DROP --> *}
    44{if $EASYCAPTCHA.challenge == 'drag'}
    5 <p><label>{'To verify you are a human, please place the <b>%s</b> in the most right box bellow.'|translate:$EASYCAPTCHA.drag.text}</label></p>
     5<p><label class="easycaptcha_hint">{'To verify you are a human, please place the <b>%s</b> in the most right box bellow.'|translate:$EASYCAPTCHA.drag.text}</label></p>
    66
    77{* <!-- TIC TAC TOE --> *}
    88{else if $EASYCAPTCHA.challenge == 'tictac'}
    9 <p><label>{'You are player X, click on the right case to complete the line.'|translate}</label></p>
     9<p><label class="easycaptcha_hint">{'You are player X, click on the right case to complete the line.'|translate}</label></p>
    1010
    1111{/if}
  • extensions/EasyCaptcha/template/contactform.tpl

    r26069 r26923  
    66  <td class="title"></td>
    77  <td>
    8     {'To verify you are a human, please place the <b>%s</b> in the most right box bellow.'|translate:$EASYCAPTCHA.drag.text}
     8    <span class="easycaptcha_hint">{'To verify you are a human, please place the <b>%s</b> in the most right box bellow.'|translate:$EASYCAPTCHA.drag.text}</span>
    99    {$smarty.capture.easycaptcha}
    1010  </td>
     
    1919  <td class="title"></td>
    2020  <td>
    21     {'You are player X, click on the right case to complete the line.'|translate}
     21    <span class="easycaptcha_hint">{'You are player X, click on the right case to complete the line.'|translate}</span>
    2222    {$smarty.capture.easycaptcha}
    2323  </td>
  • extensions/EasyCaptcha/template/guestbook.tpl

    r26025 r26923  
    44  {* <!-- DRAG & DROP --> *}
    55  {if $EASYCAPTCHA.challenge == 'drag'}
    6   <td colspan=2><label>{'To verify you are a human, please place the <b>%s</b> in the most right box bellow.'|translate:$EASYCAPTCHA.drag.text}</label></td>
     6  <td colspan=2><label class="easycaptcha_hint">{'To verify you are a human, please place the <b>%s</b> in the most right box bellow.'|translate:$EASYCAPTCHA.drag.text}</label></td>
    77
    88  {footer_script}
     
    1313  {* <!-- TIC TAC TOE --> *}
    1414  {else if $EASYCAPTCHA.challenge == 'tictac'}
    15   <td colspan=2><label>{'You are player X, click on the right case to complete the line.'|translate}</label></td>
     15  <td colspan=2><label class="easycaptcha_hint">{'You are player X, click on the right case to complete the line.'|translate}</label></td>
    1616
    1717  {footer_script}
  • extensions/EasyCaptcha/template/register.tpl

    r26025 r26923  
    55  {* <!-- DRAG & DROP --> *}
    66  {if $EASYCAPTCHA.challenge == 'drag'}
    7   <span class="property"><label>{'To verify you are a human, please place the <b>%s</b> in the most right box bellow.'|translate:$EASYCAPTCHA.drag.text}</label></span>
     7  <span class="property"><label class="easycaptcha_hint">{'To verify you are a human, please place the <b>%s</b> in the most right box bellow.'|translate:$EASYCAPTCHA.drag.text}</label></span>
    88
    99  {* <!-- TIC TAC TOE --> *}
    1010  {else if $EASYCAPTCHA.challenge == 'tictac'}
    11   <span class="property"><label>{'You are player X, click on the right case to complete the line.'|translate}</label></span>
     11  <span class="property"><label class="easycaptcha_hint">{'You are player X, click on the right case to complete the line.'|translate}</label></span>
    1212
    1313  {/if}
Note: See TracChangeset for help on using the changeset viewer.