Ignore:
Timestamp:
8 Mar 2015, 18:24:20 (10 years ago)
Author:
uli
Message:

Disply avail. gateway providers on select page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/customers/browser_templates/selectpaymentmethodpage.pt

    r12663 r12689  
    11<form action="." tal:attributes="action request/URL" method="post"
    22      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>
    314
    415  <table class="form-table">
Note: See TracChangeset for help on using the changeset viewer.