Ignore:
Timestamp:
7 Mar 2012, 12:07:00 (13 years ago)
Author:
Henrik Bettermann
Message:

Add requery link for eTranzact payments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_uniben/payments_view.pt

    r7775 r7776  
    4848            <td>
    4949              <a tal:condition="row/is_requeryable"
    50                  tal:attributes="href row/href;
     50                 tal:attributes="href row/href_inter;
    5151                 onclick python:'return window.confirm(\'%s\')' %(cpsmcat('Are you sure?'), );"
    5252                 >
    53                 [requery]
     53                [requery Interswitch]
    5454              </a>             
     55            </td>
     56            <td>
     57              <a tal:condition="row/is_requeryable"
     58                 tal:attributes="href row/href_tranzact;
     59                 onclick python:'return window.confirm(\'%s\')' %(cpsmcat('Are you sure?'), );"
     60                 >
     61                [requery eTranzact]
     62              </a>
    5563            </td>
    5664            <td>
Note: See TracChangeset for help on using the changeset viewer.