source: main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantscontaineraddpage.pt

Last change on this file was 11254, checked in by uli, 11 years ago

Merge changes from uli-diazo-themed back into trunk. If this works, then a miracle happened.

File size: 400 bytes
RevLine 
[6102]1<form action="." tal:attributes="action request/URL" method="post"
[11254]2  enctype="multipart/form-data">
[6102]3
[7459]4  <table class="form-table">
[6102]5    <tbody>
[7737]6      <tal:widgets content="structure provider:widgets" />
[6102]7    </tbody>
8  </table>
9
[7459]10  <div tal:condition="view/availableActions">
[6460]11    <input tal:repeat="action view/actions"
[6102]12             tal:replace="structure action/render"
13             />
[6461]14  </div>
[6102]15</form>
Note: See TracBrowser for help on using the repository browser.