Changeset 858

Show
Ignore:
Timestamp:
04/26/07 08:31:30
Author:
crchemist
Message:

Place captchas before register button.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qPloneCaptchas/trunk/skins/captchas_join_form/2.0.5/join_form.cpt

    r855 r858  
    199199            </div> 
    200200          </div> 
     201          <div metal:use-macro="here/captcha_widget/macros/captcha"></div> 
    201202 
    202203          <div class="formControls"> 
     
    211212 
    212213        </fieldset> 
    213         <div metal:use-macro="here/captcha_widget/macros/captcha"></div> 
     214         
    214215 
    215216        <input type="hidden" name="form.submitted" value="1" /> 
  • qPloneCaptchas/trunk/skins/captchas_join_form/2.1.2/join_form.cpt

    r855 r858  
    200200        </div> 
    201201      </div> 
     202      <div metal:use-macro="here/captcha_widget/macros/captcha"></div> 
    202203 
    203204      <div class="formControls"> 
     
    210211               tal:attributes="tabindex tabindex/next;" /> 
    211212      </div> 
    212       <div metal:use-macro="here/captcha_widget/macros/captcha"></div> 
     213       
    213214    </fieldset> 
    214215 
  • qPloneCaptchas/trunk/skins/captchas_join_form/2.5/join_form.cpt

    r855 r858  
    211211      </div> 
    212212 
     213      <div metal:use-macro="here/captcha_widget/macros/captcha"></div> 
    213214      <div class="formControls"> 
    214215        <input class="context" 
     
    220221               tal:attributes="tabindex tabindex/next;" /> 
    221222      </div> 
    222     <div metal:use-macro="here/captcha_widget/macros/captcha"></div> 
     223     
    223224    </fieldset> 
    224225