Changeset 1857 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 5 Jun 2007, 20:41:11 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/start_clearance.py
r1822 r1857 28 28 review_state = info['review_state'] 29 29 #session = REQUEST.SESSION 30 res,psm,ds = lt.renderLayout(layout_id='student_clearance', 31 schema_id= 'student_clearance', 32 context=context, 33 mapping=validate and REQUEST, 34 ob={}, 35 layout_mode='create', 36 formaction = "start_clearance", 37 button = "Start", 30 res,psm,ds = lt.renderLayout('student_clearance', 31 'student_clearance', 32 context, 33 mapping=validate and REQUEST, 34 layout_mode='create', 35 ob={}, 36 commit = False, 37 formaction = "start_clearance", 38 button = "Start", 38 39 ) 39 40 if psm == '':
Note: See TracChangeset for help on using the changeset viewer.