Changeset 1758 for WAeUP_SRP/trunk/skins/waeup_epayment/payments_view.pt
- Timestamp:
- 8 May 2007, 20:43:37 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_epayment/payments_view.pt
r1636 r1758 69 69 <form tal:condition="python:review_state == 'returning'" 70 70 tal:attributes="action string: ${context/absolute_url}/pay_by_sc" method="post" class="group"> 71 <input type="hidden" name="paid_session" 72 tal:attributes="value info/next_session" 73 /> 74 71 75 <input type="submit" name="epayment" 72 76 class="context" 73 value="Pay School Fee by Scratch Card" 77 value="Pay School Fee by Scratch Card" 78 tal:attributes="value string:Pay ${info/next_session_str} School Fee by Scratch Card" 74 79 /> 75 80 </form>
Note: See TracChangeset for help on using the changeset viewer.