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

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

Change text. Diable xmlrpcuser1.

File size: 694 bytes
Line 
1<br />
2
3<p i18n:domain="kofacustom.nigeria" i18n:translate="">
4    Enter confirmation number received from the bank after payment.
5    Take note of the authorized payment amount which is
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.