Changeset 5164 for WAeUP_SRP/trunk/skins/waeup_epayment
- Timestamp:
- 21 Apr 2010, 05:46:29 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_epayment/payments_view.pt
r4294 r5164 75 75 /> 76 76 </form> 77 <form tal:condition="python: info.get('payment_method') in ('first_instalment',)" 78 tal:attributes="action string: ${context/absolute_url}/pay_interswitch" method="post" class="group"> 79 <input type="submit" name="epayment" 80 class="context" 81 value="Pay" 82 tal:attributes="value string:Initiate ${info/next_session_str} School Fee Payment by Cash Card (First Instalment)" 83 /> 84 </form> 85 <form tal:condition="python: info.get('payment_method') in ('second_instalment',)" 86 tal:attributes="action string: ${context/absolute_url}/pay_interswitch2" method="post" class="group"> 87 <input type="submit" name="epayment" 88 class="context" 89 value="Pay" 90 tal:attributes="value string:Initiate School Fee Payment by Cash Card (Second Instalment)" 91 /> 92 </form> 77 93 <form tal:condition="python: info.get('payment_method') in ('sc_payment','both_payments')" 78 94 tal:attributes="action string: ${context/absolute_url}/pay_by_sc" method="post" class="group">
Note: See TracChangeset for help on using the changeset viewer.