Changeset 777
- Timestamp:
- 29 Oct 2006, 18:58:24 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/Widgets.py
r758 r777 304 304 if s is None: 305 305 err = 'No Student with JAMB-Reg-No %s' % (value) 306 s_id = s.getId() 307 datastructure['s_id'] = s_id 306 308 if err: 307 309 datastructure.setError(widget_id, err) -
WAeUP_SRP/trunk/profiles/default/layouts.xml
r774 r777 16 16 <object name="student_application" meta_type="CPS Layout"/> 17 17 <object name="student_application_fe" meta_type="CPS Layout"/> 18 <object name="student_application_search" meta_type="CPS Layout"/> 18 19 <object name="student_clearance" meta_type="CPS Layout"/> 19 20 <object name="student_clearance_fe" meta_type="CPS Layout"/>
Note: See TracChangeset for help on using the changeset viewer.