source: WAeUP_SRP/trunk/profiles/default/vocabularies/get_searchable_student_states.xml @ 1334

Last change on this file since 1334 was 874, checked in by joachim, 18 years ago

first draft of view for ClearanceOfficers?
steps to make it work:

  1. Create a group CLearanceOfficers
  2. delegate SectionReader? to this Group in students
  3. Put the supposed CO's in this Group
  4. modify the cpsskinstheme like so:

if context.isStaff():

return 'WAeUP_Backoffice'

return 'WAeUP_Student'

File size: 508 bytes
Line 
1<?xml version="1.0"?>
2<object name="get_searchable_student_states" meta_type="CPS Method Vocabulary">
3 <property name="title"></property>
4 <property name="title_msgid"></property>
5 <property name="description"></property>
6 <property name="get_vocabulary_method">get_searchable_student_states</property>
7 <property name="add_empty_key">False</property>
8 <property name="empty_key_pos">first</property>
9 <property name="empty_key_value"></property>
10 <property name="empty_key_value_i18n"></property>
11</object>
Note: See TracBrowser for help on using the repository browser.