source: main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/prefillcontainer.pt @ 13218

Last change on this file since 13218 was 13218, checked in by Henrik Bettermann, 9 years ago

Add UI components to purge applicants containers.

File size: 849 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    <label i18n:translate="">
8     Pre-fill '<span tal:replace="context/code">CODE</span>' container with
9    </label>
10    <select id="number" name="number" class="form-control half">
11      <option value="10" i18n:translate="">10 empty records</option>
12      <option value="100" i18n:translate="">100 empty records</option>
13      <option value="1000" i18n:translate="">1000 empty records</option>
14      <option value="10000" i18n:translate="">10000 empty records</option>
15    </select>
16    <br /><br />
17    <div tal:condition="view/availableActions">
18      <input tal:repeat="action view/actions"
19             tal:replace="structure action/render"
20             />
21    </div>
22</form>
Note: See TracBrowser for help on using the repository browser.