source:
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser_templates/contracteditpage.pt
@
12118
Last change on this file since 12118 was 12118, checked in by , 10 years ago | |
---|---|
File size: 446 bytes |
Line | |
---|---|
1 | <form action="." tal:attributes="action request/URL" method="post" |
2 | i18n:domain="waeup.ikoba" enctype="multipart/form-data"> |
3 | |
4 | <br /> |
5 | <table class="form-table"> |
6 | <tbody> |
7 | <tal:widgets content="structure provider:widgets" /> |
8 | </tbody> |
9 | </table> |
10 | |
11 | <br /> |
12 | |
13 | <div tal:condition="view/availableActions"> |
14 | <input tal:repeat="action view/actions" |
15 | tal:replace="structure action/render" |
16 | /> |
17 | </div> |
18 | |
19 | </form> |
Note: See TracBrowser for help on using the repository browser.