Ignore:
Timestamp:
3 Apr 2012, 15:31:13 (12 years ago)
Author:
Henrik Bettermann
Message:

Implementation of acceptance fee payment via eTranzact.

File:
1 edited

Legend:

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

    r7901 r8028  
    7474        <br />
    7575        <div>
     76
     77          <form tal:condition="info/acceptance|nothing"
     78                tal:attributes="action string: ${context/absolute_url}/pay_etranzact_accept" method="post" class="group">
     79            <input type="submit" name="epayment"
     80                   class="context"
     81                   value="Initiate Acceptance Fee Payment (eTranzact)"
     82                   />
     83            <br /><br />
     84            <font tal:condition="python:False" color='red'>Surcharge for Late Registration is 10000 Naira. </font>
     85          </form>
     86
    7687          <form tal:condition="python: info.get('payment_method') in ('online_payment','both_payments')"
    7788                tal:attributes="action string: ${context/absolute_url}/pay_interswitch" method="post" class="group">
Note: See TracChangeset for help on using the changeset viewer.