source: main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser_templates/filesuploadpage.pt @ 14208

Last change on this file since 14208 was 12348, checked in by Henrik Bettermann, 10 years ago

Add Cancel button.

File size: 311 bytes
Line 
1<form action="." tal:attributes="action request/URL" method="post"
2      enctype="multipart/form-data">
3  <table class="form-table">
4    <tbody>
5      <tal:files content="structure provider:files" />
6    </tbody>
7  </table>
8  <input class="btn btn-default" type="submit" name="CANCEL" value="Cancel" />
9</form>
Note: See TracBrowser for help on using the repository browser.