Changeset 8415 for main/waeup.kofa/trunk/src/waeup/kofa/browser/templates
- Timestamp:
- 11 May 2012, 06:30:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/contactform.pt
r8078 r8415 18 18 </tal:block> 19 19 20 <div tal:condition="view/availableActions"> 21 <input tal:repeat="action view/actions" 22 tal:replace="structure action/render" 23 /> 24 </div> 20 <tal:captcha condition="view/captcha_code|nothing"> 21 <p tal:content="structure view/captcha_code"></p> 22 <p i18n:translate=""> 23 Please solve the captcha to prevent misuse of this service. 24 </p> 25 </tal:captcha> 26 27 <div tal:condition="view/availableActions"> 28 <input tal:repeat="action view/actions" 29 tal:replace="structure action/render" 30 /> 31 </div> 25 32 </form>
Note: See TracChangeset for help on using the changeset viewer.