Changeset 742
- Timestamp:
- 01/11/07 08:11:14
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneCaptchas/trunk/skins/plone_captchas/captcha_widget.pt
r741 r742 1 <div metal:define-macro="captcha" tal:omit-tag=""> 1 <div metal:define-macro="captcha" 2 tal:omit-tag="" 3 i18n:domain="qplonecaptchas"> 2 4 <div class="field" 3 5 tal:define="hk here/getCaptcha; … … 9 11 tal:attributes="value hk" /> 10 12 11 <label for="key">Enter the word below</label> 12 <span class="fieldRequired" title="Required">(Required)</span><br /> 13 <label for="key" 14 i18n:translate="enter_word">Enter word</label> 15 16 <span class="fieldRequired" title="Required" 17 i18n:attributes="title title_required;" 18 i18n:translate="label_required">(Required)</span><br /> 19 13 20 <input type="text" 14 21 tabindex=""
