Last change
on this file since 16281 was
9853,
checked in by Henrik Bettermann, 12 years ago
|
Update (and fix) localization.
Omit fees on payment slips.
|
File size:
583 bytes
|
Line | |
---|
1 | <form tal:attributes="action view/action" |
---|
2 | method="POST" i18n:domain="waeup.aaue"> |
---|
3 | <table class="form-table"> |
---|
4 | <tbody> |
---|
5 | <tr> |
---|
6 | <td i18n:translate=""> |
---|
7 | Confirmation Number (PIN): |
---|
8 | </td> |
---|
9 | <td> |
---|
10 | <input name="confirmation_number" type="text" class="span5" maxlength="" |
---|
11 | value="" /> |
---|
12 | </td> |
---|
13 | </tr> |
---|
14 | <tr> |
---|
15 | <td colspan="2"> |
---|
16 | <input type="submit" name="SUBMIT" class="btn primary" |
---|
17 | tal:attributes="value view/buttonname" /> |
---|
18 | </td> |
---|
19 | </tr> |
---|
20 | </tbody> |
---|
21 | </table> |
---|
22 | </form> |
---|
Note: See
TracBrowser for help on using the repository browser.