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

add class="easycaptcha_hint" for public text

File:
1 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}
Note: See TracChangeset for help on using the changeset viewer.