source: main/waeup.aaue/trunk/src/waeup/aaue/etranzact/browser_templates/enterpin.pt @ 11348

Last change on this file since 11348 was 11291, checked in by uli, 11 years ago

Merge changes from henrik-diazo-themed back into trunk.

File size: 437 bytes
Line 
1<form method="POST" class="form-inline" tal:attributes="action view/action">
2<br />
3  <div class="form-group half">
4    <input name="confirmation_number" type="text" class="form-control" maxlength=""
5           value="" tal:attributes="placeholder view/placeholder"/>
6  </div>
7  <div class="form-group">
8    <input type="submit" name="SUBMIT" class="btn btn-primary"
9           tal:attributes="value view/buttonname" />
10  </div>
11</form>
Note: See TracBrowser for help on using the repository browser.