Changeset 7737 for main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantscontaineraddpage.pt
- Timestamp:
- 1 Mar 2012, 07:06:44 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantscontaineraddpage.pt
r7710 r7737 4 4 <table class="form-table"> 5 5 <tbody> 6 <tal:block repeat="widget view/widgets"> 7 <tr> 8 <td class="fieldname"> 9 <span tal:condition="widget/required">*</span> 10 <span tal:content="widget/label">LABEL</span>: 11 </td> 12 <td> 13 <span tal:content="structure widget"> 14 <input type="text" /> 15 </span> 16 <tal:error tal:condition="widget/error"> 17 <span tal:replace="structure widget/error">ERROR</span> 18 </tal:error> 19 <tal:hint tal:condition="widget/hint"> 20 <span tal:content="structure widget/hint">HINT</span> 21 </tal:hint> 22 </td> 23 </tr> 24 </tal:block> 6 <tal:widgets content="structure provider:widgets" /> 25 7 </tbody> 26 8 </table>
Note: See TracChangeset for help on using the changeset viewer.