Changeset 12689 for main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/customers/browser_templates
- Timestamp:
- 8 Mar 2015, 18:24:20 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/customers/browser_templates/selectpaymentmethodpage.pt
r12663 r12689 1 1 <form action="." tal:attributes="action request/URL" method="post" 2 2 i18n:domain="waeup.ikoba" enctype="multipart/form-data"> 3 4 <div class="form-group"> 5 6 <div class="radio" tal:repeat="service view/payment_gateways"> 7 <label> 8 <input type="radio" name="gw" tal:attributes="value service/name" /> 9 <b><span tal:replace="service/title" /></b> 10 </label> 11 </div> 12 13 </div> 3 14 4 15 <table class="form-table">
Note: See TracChangeset for help on using the changeset viewer.