Ignore:
Timestamp:
Dec 21, 2013, 6:37:54 PM (10 years ago)
Author:
mistic100
Message:

try to simplify integration of captchas

File:
1 edited

Legend:

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

    r26025 r26069  
    1 </tr>
    21<tr>
    32  {include file=$EASYCAPTCHA_ABS_PATH|cat:'template/common.inc.tpl'}
     
    54  {* <!-- DRAG & DROP --> *}
    65  {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>
     6  <td class="title"></td>
     7  <td>
     8    {'To verify you are a human, please place the <b>%s</b> in the most right box bellow.'|translate:$EASYCAPTCHA.drag.text}
     9    {$smarty.capture.easycaptcha}
     10  </td>
    811
    912  {footer_script}
     
    1316
    1417  {* <!-- TIC TAC TOE --> *}
    15   {else if $EASYCAPTCHA..challenge == 'tictac'}
    16   <td class="title">{'You are player X, click on the right case to complete the line.'|translate}</td>
     18  {else if $EASYCAPTCHA.challenge == 'tictac'}
     19  <td class="title"></td>
     20  <td>
     21    {'You are player X, click on the right case to complete the line.'|translate}
     22    {$smarty.capture.easycaptcha}
     23  </td>
    1724
    1825  {footer_script}
     
    2734
    2835  {/if}
    29   <td>
    30     {$smarty.capture.easycaptcha}
    31   </td>
     36</tr>
Note: See TracChangeset for help on using the changeset viewer.