Last change
on this file since 8441 was
8441,
checked in by Henrik Bettermann, 13 years ago
|
Prepare uniben package so that it can be used as a base for further custom packages. Us term 'uniben' or 'Uniben' only if necessary.
|
File size:
563 bytes
|
Line | |
---|
1 | <table class="form-table" i18n:domain="waeup.custom" |
---|
2 | tal:define="files provider:files"> |
---|
3 | <tbody> |
---|
4 | <tal:widgets content="structure provider:widgets" /> |
---|
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" /> |
---|
11 | <tr> |
---|
12 | <td class="fieldname"> |
---|
13 | <span i18n:translate="">Transaction Code</span>: |
---|
14 | </td> |
---|
15 | <td tal:content="view/transaction_code">TRANSACTIONCODE</td> |
---|
16 | </tr> |
---|
17 | </tbody> |
---|
18 | </table> |
---|
Note: See
TracBrowser for help on using the repository browser.