source: main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/previouspaymentaddform.pt @ 9740

Last change on this file since 9740 was 9729, checked in by Henrik Bettermann, 12 years ago

We need to reduce selectable payment categories. Instead of defining another interface we render the select box manually.

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