- Timestamp:
- 23 Mar 2007, 22:20:52 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_academics/level_view.pt
r1631 r1633 48 48 [edit] 49 49 </a> 50 <a tal:condition="row/is_editable" 51 href="edit" tal:attributes="href string:${row/real_course_path}/external_edit_form" 52 target="edit" 53 onclick="javascript:window.open('','edit','width=600, height=700, directories=no, toolbar=no, location=no, menubar=no, scrollbars=yes, status=no, resizable=no, dependent=no')"> 54 [edit real] 50 <a href="edit" tal:attributes="href string:${row/real_course_path}"> 51 [goto course] 55 52 </a> 56 53 </td> -
WAeUP_SRP/trunk/skins/waeup_epayment/pay_online.py
r1571 r1633 91 91 info['callback_url'] = "%s/payments/%s/epayment_cb" % (student.absolute_url(),p_id) 92 92 93 logger.info('%(student_id)s initiated online school fee payment ' % info)93 logger.info('%(student_id)s initiated online school fee payment with order_id %(order_id)s and callback url %(callback_url)s' % info) 94 94 payment_fields = (('x_SiteID','site_id'), 95 95 ('x_Redirect_url','callback_url'),
Note: See TracChangeset for help on using the changeset viewer.