Changeset 3226 for WAeUP_SRP/base/skins/waeup_epayment/payments_view.pt
- Timestamp:
- 25 Feb 2008, 18:09:19 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_epayment/payments_view.pt
r2680 r3226 31 31 tal:attributes="class python:test(repeat['row'].even(), 'even ajaxtd', 'odd ajaxtd')"> 32 32 <td style="white-space:normal" tal:attributes="class string:${row/confirmed}"> 33 <a style="white-space:normal" target="slip" href="" tal:attributes="href string:${context/absolute_url}/${row/id}/payment_receipt" 33 <a style="white-space:normal" target="slip" href="" 34 tal:attributes="href string:${row/url}/payment_receipt" 34 35 onclick="javascript:window.open('','slip','width=600, height=700, directories=no, toolbar=no, location=no, menubar=yes, scrollbars=yes, status=no, resizable=no, dependent=no')"> 35 36 <strong tal:content="row/title" /></a> … … 39 40 <td> 40 41 <a tal:condition="row/is_approvable" 41 tal:attributes="href string:${ context/absolute_url}/${row/id}/approve_epayment;42 tal:attributes="href string:${row/url}/approve_epayment; 42 43 onclick python:'return window.confirm(\'%s\')' %(cpsmcat('Are you sure? You will not be able to undo the approval.'), );" 43 44 >
Note: See TracChangeset for help on using the changeset viewer.