Last change
on this file since 17650 was
12047,
checked in by Henrik Bettermann, 10 years ago
|
Increase distance of button to table.
|
File size:
647 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 | <br /> |
---|
6 | |
---|
7 | <select id="transition" name="transition" class="form-control half"> |
---|
8 | <option tal:repeat="transition view/getTransitions" |
---|
9 | tal:attributes="value transition/name"> |
---|
10 | <span tal:replace="transition/title">TRANSITIONTITLE</span> |
---|
11 | </option> |
---|
12 | </select> |
---|
13 | <br /><br /> |
---|
14 | <div tal:condition="view/availableActions"> |
---|
15 | <input tal:repeat="action view/actions" |
---|
16 | tal:replace="structure action/render" |
---|
17 | /> |
---|
18 | </div> |
---|
19 | </form> |
---|
Note: See
TracBrowser for help on using the repository browser.