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/contactform.tpl

    r24234 r26025  
    44
    55  {* <!-- DRAG & DROP --> *}
    6   {if $EASYCAPTCHA_CHALLENGE == 'drag'}
    7   <td class="title">{'To verify you are a human, please place the <b>%s</b> in the most right box bellow.'|translate|sprintf:$EASYCAPTCHA_CONF.text}</td>
     6  {if $EASYCAPTCHA.challenge == 'drag'}
     7  <td class="title">{'To verify you are a human, please place the <b>%s</b> in the most right box bellow.'|translate:$EASYCAPTCHA.drag.text}</td>
    88
    99  {footer_script}
     
    1313
    1414  {* <!-- TIC TAC TOE --> *}
    15   {else if $EASYCAPTCHA_CHALLENGE == 'tictac'}
     15  {else if $EASYCAPTCHA..challenge == 'tictac'}
    1616  <td class="title">{'You are player X, click on the right case to complete the line.'|translate}</td>
    1717
Note: See TracChangeset for help on using the changeset viewer.