Changeset 8114 for main/waeup.kofa/trunk/src/waeup/kofa
- Timestamp:
- 11 Apr 2012, 22:23:59 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/default_waeup_display_form.pt
r8099 r8114 1 <table class="form-table"> 1 <table class="form-table" i18n:domain="waeup.kofa" 2 tal:define="files provider:files"> 2 3 <tbody> 3 4 <tal:widgets content="structure provider:widgets" /> 4 <tal:files content="structure provider:files" /> 5 <tr tal:condition="python: files.replace('\n','')"> 6 <td class="separator" colspan=2 i18n:translate=""> 7 Uploaded Files 8 </td> 9 </tr> 10 <tal:files content="structure files" /> 5 11 </tbody> 6 12 </table>
Note: See TracChangeset for help on using the changeset viewer.