source: main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/trigtrans.pt @ 11954

Last change on this file since 11954 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: 636 bytes
Line 
1<form action="." tal:attributes="action request/URL" method="post"
2      i18n:domain="waeup.kofa" enctype="multipart/form-data"
3      autocomplete="off">
4
5
6    <select id="transition" name="transition" class="form-control half">
7      <option tal:repeat="transition view/getTransitions"
8              tal:attributes="value transition/name">
9        <span tal:replace="transition/title">TRANSITIONTITLE</span>
10      </option>
11    </select>
12    <br /><br />
13    <div tal:condition="view/availableActions">
14      <input tal:repeat="action view/actions"
15             tal:replace="structure action/render"
16             />
17    </div>
18</form>
Note: See TracBrowser for help on using the repository browser.