Changeset 858
- Timestamp:
- 04/26/07 08:31:30
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneCaptchas/trunk/skins/captchas_join_form/2.0.5/join_form.cpt
r855 r858 199 199 </div> 200 200 </div> 201 <div metal:use-macro="here/captcha_widget/macros/captcha"></div> 201 202 202 203 <div class="formControls"> … … 211 212 212 213 </fieldset> 213 <div metal:use-macro="here/captcha_widget/macros/captcha"></div>214 214 215 215 216 <input type="hidden" name="form.submitted" value="1" /> qPloneCaptchas/trunk/skins/captchas_join_form/2.1.2/join_form.cpt
r855 r858 200 200 </div> 201 201 </div> 202 <div metal:use-macro="here/captcha_widget/macros/captcha"></div> 202 203 203 204 <div class="formControls"> … … 210 211 tal:attributes="tabindex tabindex/next;" /> 211 212 </div> 212 <div metal:use-macro="here/captcha_widget/macros/captcha"></div>213 213 214 </fieldset> 214 215 qPloneCaptchas/trunk/skins/captchas_join_form/2.5/join_form.cpt
r855 r858 211 211 </div> 212 212 213 <div metal:use-macro="here/captcha_widget/macros/captcha"></div> 213 214 <div class="formControls"> 214 215 <input class="context" … … 220 221 tal:attributes="tabindex tabindex/next;" /> 221 222 </div> 222 <div metal:use-macro="here/captcha_widget/macros/captcha"></div>223 223 224 </fieldset> 224 225
