Changeset 599 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 29 Sep 2006, 16:53:44 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/searchStudents.py
r596 r599 55 55 term = ds.get('search_string') 56 56 err = False 57 if not term and what in ('student_edit','jamb_id','name','matric_no'): 57 with_review = state != "all" 58 if not term and not with_review: 58 59 psm = "You must specify a search string when searching in 'All States'" 59 60 err = True … … 73 74 portal_type_query = {'query':['Student','StudentApplication','StudentPersonal']} 74 75 st_queries = ('jamb_id','matric_no','name') 75 onlyreview = with_review and not what76 onlyreview = with_review and not term 76 77 if onlyreview: 77 78 res = catalog(portal_type=portal_type_query,
Note: See TracChangeset for help on using the changeset viewer.