source: main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/customers/browser_templates/selectpaymentmethodpage.pt @ 12701

Last change on this file since 12701 was 12695, checked in by uli, 10 years ago

Add warning.

File size: 909 bytes
Line 
1
2<p>Additional transaction charges may apply</p>
3
4<form action="." tal:attributes="action request/URL" method="post"
5      i18n:domain="waeup.ikoba" enctype="multipart/form-data">
6
7  <div class="form-group">
8
9    <div class="radio" tal:repeat="service view/payment_gateways">
10      <label>
11        <input type="radio" name="gw" tal:attributes="value service/name" />
12        <b><span tal:replace="service/title" /></b>
13      </label>
14    </div>
15
16  </div>
17
18  <table class="form-table">
19    <tbody>
20      <tr>
21        <td class="fieldname" i18n:translate=""></td>
22        <td>
23        </td>
24      </tr>
25      <tr>
26        <td class="fieldname" i18n:translate=""></td>
27        <td>
28
29        </td>
30      </tr>
31    </tbody>
32  </table>
33  <br />
34
35  <div tal:condition="view/availableActions">
36    <input tal:repeat="action view/actions"
37           tal:replace="structure action/render"
38           />
39  </div>
40</form>
Note: See TracBrowser for help on using the repository browser.