source: main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/etranzact/browser_templates/enterpin.pt @ 15796

Last change on this file since 15796 was 15795, checked in by Henrik Bettermann, 5 years ago

Add some information on the enterpin page.

File size: 671 bytes
Line 
1<br />
2
3<p i18n:domain="kofacustom.nigeria" i18n:translate="">
4    Enter confirmation number received from the bank.
5    You should have authorized the payment of
6    <span tal:replace="context/amount_auth">1000.0</span> Naira.
7</p>
8<br />
9<form method="POST" class="form-inline" tal:attributes="action view/action">
10  <div class="form-group half">
11    <input name="confirmation_number" type="text" class="form-control" maxlength=""
12           value="" tal:attributes="placeholder view/placeholder"/>
13  </div>
14  <div class="form-group">
15    <input type="submit" name="SUBMIT" class="btn btn-primary"
16           tal:attributes="value view/buttonname" />
17  </div>
18</form>
Note: See TracBrowser for help on using the repository browser.