Ignore:
Timestamp:
17 Mar 2012, 11:49:56 (13 years ago)
Author:
Henrik Bettermann
Message:

Some improvements and repairs.

File:
1 edited

Legend:

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

    r7901 r7902  
    5151       
    5252        <metal:block tal:condition="info/is_etranzact_pmt">
    53         <h3>eTranzact Payment Slip</h3>
     53        <h3>eTranzact Payment Slip/Receipt</h3>
    5454        <br />
    5555        <table tal:define="student info/student;
     
    119119        </tr>
    120120        <tr>
    121           <td width="220px">Transaction Id:</td>
     121          <td width="220px">Transaction Code:</td>
    122122          <td><strong><span tal:content="pm/order_id" /></strong></td>
    123123        </tr>
     
    129129          <td width="220px">Response Description:</td>
    130130          <td><span tal:content="pm/resp_desc" /></td>
     131        </tr>
     132        <tr>
     133          <td width="220px">Response Reference:</td>
     134          <td><span tal:content="pm/resp_pay_reference" /></td>
    131135        </tr>
    132136        </table>
Note: See TracChangeset for help on using the changeset viewer.