Changeset 1238 for WAeUP_SRP/trunk
- Timestamp:
- 8 Jan 2007, 13:45:24 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/layouts/payment.xml
r1237 r1238 108 108 <property name="hidden_layout_modes"/> 109 109 <property name="hidden_readonly_layout_modes"/> 110 </widget> 111 <table/> 112 <table> 110 </widget> 111 <table> 113 112 <row> 114 113 <cell name="type_code"/> -
WAeUP_SRP/trunk/skins/waeup_student/student_index.py
r1163 r1238 18 18 member = pm.getAuthenticatedMember() 19 19 20 #from Products.zdb import set_trace;set_trace() 20 21 if context.isStaff(): 21 22 if context.portal_type == 'StudentStudyCourse': … … 25 26 elif context.portal_type == 'StudentClearance': 26 27 return context.clearance_view() 28 elif context.portal_type == 'PaymentsFolder': 29 return context.payments_view() 27 30 elif context.portal_type == 'Student': 28 31 return redirect("%s/student_view" % context.absolute_url())
Note: See TracChangeset for help on using the changeset viewer.