Changeset 8099 for main/waeup.kofa/trunk/src/waeup/kofa/browser/templates
- Timestamp:
- 11 Apr 2012, 07:42:13 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/default_waeup_display_form.pt
r7634 r8099 1 1 <table class="form-table"> 2 2 <tbody> 3 <tal:block repeat="widget view/widgets"> 4 <tr> 5 <td class="fieldname"> 6 <tal:block content="widget/label"/>: 7 </td> 8 <td> 9 <input tal:replace="structure widget" /> 10 </td> 11 </tr> 12 </tal:block> 3 <tal:widgets content="structure provider:widgets" /> 13 4 <tal:files content="structure provider:files" /> 14 5 </tbody>
Note: See TracChangeset for help on using the changeset viewer.