Ignore:
Timestamp:
Dec 18, 2013, 6:48:06 PM (10 years ago)
Author:
mistic100
Message:

update for 2.6

File:
1 edited

Legend:

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

    r24234 r26025  
    44
    55  {* <!-- DRAG & DROP --> *}
    6   {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|sprintf:$EASYCAPTCHA_CONF.text}</label></span>
     6  {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>
    88
    99  {* <!-- TIC TAC TOE --> *}
    10   {else if $EASYCAPTCHA_CHALLENGE == 'tictac'}
     10  {else if $EASYCAPTCHA.challenge == 'tictac'}
    1111  <span class="property"><label>{'You are player X, click on the right case to complete the line.'|translate}</label></span>
    1212
Note: See TracChangeset for help on using the changeset viewer.