source: main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco/students/browser_templates/studycoursemanagepage.pt @ 10804

Last change on this file since 10804 was 10804, checked in by Henrik Bettermann, 11 years ago

Start interpreting students as customers.

File size: 541 bytes
Line 
1<form action="." tal:attributes="action request/URL" method="POST"
2      i18n:domain="waeup.kofa" 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    <span tal:repeat="action view/actions"
11          tal:omit-tag="">
12      <input tal:condition="python:action.label in view.taboneactions"
13             tal:replace="structure action/render"/>
14    </span>
15  </div>
16</form> 
17
18
19
Note: See TracBrowser for help on using the repository browser.