Changeset 6910 for WAeUP_SRP/trunk/skins/waeup_futminna
- Timestamp:
- 19 Oct 2011, 06:56:47 (13 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_futminna
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_futminna/getPaymentsFolderInfo.py
r5214 r6910 68 68 info['prod_id'] = '117' 69 69 70 if review_state == 'admitted': 71 info['acceptance'] = True 72 else: 73 info['acceptance'] = False 74 70 75 if payment_disabled: 71 76 info['payment_method'] = "" -
WAeUP_SRP/trunk/skins/waeup_futminna/payments_view.pt
r5590 r6910 87 87 /> 88 88 </form> 89 90 <form tal:condition="info/acceptance|nothing" 91 tal:attributes="action string: ${context/absolute_url}/pay_interswitch_accept" method="post" class="group"> 92 <input type="submit" name="epayment" 93 class="context" 94 value="Initiate Acceptance Fee Payment" 95 /> 96 <br /><br /> 97 <font tal:condition="python:False" color='red'>Surcharge for Late Registration is 10000 Naira. </font> 98 </form> 89 99 90 100 <form tal:condition="info/gown|nothing"
Note: See TracChangeset for help on using the changeset viewer.