source: WAeUP_SRP/uniben/profiles/default/vocabularies/application_status.xml @ 3205

Last change on this file since 3205 was 2790, checked in by Henrik Bettermann, 17 years ago

use vocabulary for application status

File size: 829 bytes
Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="vocabulary.xsl"?>
3<object name="application_status" meta_type="CPS Vocabulary">
4    <property name="title"></property>
5    <property name="title_msgid"></property>
6    <property name="description"></property>
7    <property name="acl_write_roles">Manager</property>
8
9    <item key="entered" msgid="">APP PIN entered</item>
10    <item key="edited" msgid="">Record edited (not yet submitted)</item>
11    <item key="submitted" msgid="">Record submitted (waiting for results)</item>
12    <item key="admitted" msgid="">Provisionally admitted (admission checking not yet enabled)</item>
13    <item key="not admitted" msgid="">Not admitted (admission checking disabled)</item>
14    <item key="created" msgid="">Provisionally admitted (admission checking enabled)</item>
15
16</object>
Note: See TracBrowser for help on using the repository browser.