Changeset 883 for WAeUP_SRP/trunk/skins/waeup_student/co_searchStudents.py
- Timestamp:
- 17 Nov 2006, 08:18:52 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/co_searchStudents.py
r881 r883 165 165 info = context.getStudentInfo(item) 166 166 students.append(info) 167 return context.co_search_view(rendered = rend, 168 psm = "%d,%d matching Students found QS = %s" %\ 169 (len(review_set),len(search_set),query_step), 167 return context.students_co_view(rendered = rend, 168 psm = "", 169 #psm = "%d,%d matching Students found QS = %s" %\ 170 # (len(review_set),len(search_set),query_step), 170 171 #psm = "%d found QS = %s items: %s" % (len(items),query_step,items), 171 172 students = students, 172 173 is_manager = is_manager, 173 174 ) 174 return context. co_search_view(rendered = rend,175 return context.students_co_view(rendered = rend, 175 176 psm = """Step: %s found: %s Your search for "%s" in %s with state %s failed.<br\>%s""" % (query_step,len(items),st,what,state,bools), 176 177 students = students,
Note: See TracChangeset for help on using the changeset viewer.