source: main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantscontainerpage.pt @ 7464

Last change on this file since 7464 was 7464, checked in by Henrik Bettermann, 13 years ago

Move form label to site layout pagetemplates. This saves even more code.

File size: 542 bytes
Line 
1<span tal:replace="structure view/widgets/description">Description</span>
2
3<br />
4
5<table class="form-table" tal:condition="layout/isAuthenticated">
6  <tbody>
7    <tal:block repeat="widget view/widgets">
8      <tal:condition condition="python:widget.name != 'form.description'">
9      <tr>
10        <td class="fieldname">
11          <tal:block replace="python:widget.label"/>:
12        </td>
13        <td>
14          <tal:block tal:replace="structure widget" />
15        </td>
16      </tr>
17      </tal:condition>
18    </tal:block>
19  </tbody>
20</table>
Note: See TracBrowser for help on using the repository browser.