Changeset 8114


Ignore:
Timestamp:
11 Apr 2012, 22:23:59 (12 years ago)
Author:
Henrik Bettermann
Message:

Insert headline above uploaded files.

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">
    23  <tbody>
    34    <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" />
    511  </tbody>
    612</table>
Note: See TracChangeset for help on using the changeset viewer.