Changeset 876 for WAeUP_SRP/trunk
- Timestamp:
- 16 Nov 2006, 14:51:33 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/clearance_edit_form_manager.pt
r870 r876 1 1 <tal:block define=" 2 2 info context/getStudentInfo; 3 mode python: test(context.isClearanceOfficer(info),'view','edit'); 3 4 rendered_main python:info['clear_doc'].render(request=request, 4 layout_mode = 'edit',5 layout_mode = mode, 5 6 schema_id='student_clearance', 6 7 layout_id='student_clearance', 7 layout_mode='edit',8 8 use_session=True); 9 9 form_action string:clearance_edit_manager;
Note: See TracChangeset for help on using the changeset viewer.