Changeset 1012 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 8 Dec 2006, 12:34:33 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/clearance_edit_form.pt
r939 r1012 10 10 editable python: (is_student and clear_review_state == 'opened' or is_so) and not is_co; 11 11 mode python: test(editable,'edit','view'); 12 layout_id python: test(is_co,'student_clearance','student_clearance_fe'); 12 13 rendered_main python:info['clear_doc'].render(request=request, 13 14 layout_mode = mode, 14 15 schema_id='student_clearance', 15 layout_id= 'student_clearance',16 layout_id=layout_id, 16 17 use_session=True); 17 18 form_action string:clearance_edit;
Note: See TracChangeset for help on using the changeset viewer.