source: WAeUP_SRP/trunk/profiles/default/vocabularies/searchable_student_states.xml @ 598

Last change on this file since 598 was 596, checked in by joachim, 18 years ago

student search should work now as follows:

if All States is selected a search string must be specified.
if another review state is specified, the searchstring can be empty.
if it is not empty, both are ANDed.

File size: 556 bytes
Line 
1<?xml version="1.0"?>
2<object name="searchable_review_states_voc" meta_type="CPS Vocabulary">
3 <property name="title"></property>
4 <property name="title_msgid"></property>
5 <property name="description"></property>
6 <property name="acl_write_roles">Manager</property>
7 <item key="all" msgid="">All States</item>
8 <item key="admission_applied " msgid="">Applied for Admission</item>
9 <item key="created" msgid="">Data Imported</item>
10 <item key="admission_rejected" msgid="">Admission rejected</item>
11 <item key="admitted" msgid="">Admitted</item>
12</object>
Note: See TracBrowser for help on using the repository browser.