Changeset 1937 for WAeUP_SRP/trunk/skins/waeup_epayment/payments_view.pt
- Timestamp:
- 19 Jun 2007, 17:12:59 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_epayment/payments_view.pt
r1783 r1937 45 45 </a> 46 46 </td> 47 <td tal:condition=" nothing">47 <td tal:condition="python:1"> 48 48 <a tal:condition="row/is_requeryable" 49 tal:attributes="href string:${ context/absolute_url}/${row/id}/requery_payment;49 tal:attributes="href string:${info/query_url}?transRef=${row/trans_ref}&prodID=${info/prod_id}&${row/callback_url}; 50 50 onclick python:'return window.confirm(\'%s\')' %(cpsmcat('Are you sure? You will not be able to undo the approval.'), ); 51 51 "> … … 53 53 </a> 54 54 </td> 55 56 55 </tr> 57 56 </table> 58 57 <br /> 59 58 <div> 60 61 59 <form tal:condition="python:review_state == 'cleared_and_validated'" 62 tal:attributes="action string: ${context/absolute_url}/pay_ online" method="post" class="group">60 tal:attributes="action string: ${context/absolute_url}/pay_interswitch" method="post" class="group"> 63 61 <input type="submit" name="epayment" 64 62 class="context" 65 63 value="Initiate School Fee Online Payment" 66 64 /> 67 68 69 65 </form> 70 71 66 <form tal:condition="python:review_state == 'returning'" 72 67 tal:attributes="action string: ${context/absolute_url}/pay_by_sc" method="post" class="group"> … … 74 69 tal:attributes="value info/next_session" 75 70 /> 76 77 71 <input type="submit" name="epayment" 78 72 class="context" … … 82 76 </form> 83 77 </div> 84 85 78 </span> 86 79 </span>
Note: See TracChangeset for help on using the changeset viewer.