Last change
on this file since 1565 was
1557,
checked in by joachim, 18 years ago
|
display a list of students for the CourseAdviser?
fix for issue #115
M profiles/default/vocabularies/searchable_student_states.xml
M skins/waeup_default/isCourseAdviser.py
M skins/waeup_student/search_students.py
M skins/waeup_student/get_searchable_student_states.py
M skins/waeup_student/students_index.py
M skins/waeup_student/search_students_form.pt
don't delete courses twice
M skins/waeup_student/course_result_delete.py
more detailed error messages for invalid PINs fix for issue #108
M Widgets.py
inform student to contact faculty, if no courses are available
fix for #116
M skins/waeup_student/study_level_view.pt
|
-
Property svn:keywords set to
Id
|
File size:
1.3 KB
|
Rev | Line | |
---|
[584] | 1 | <?xml version="1.0"?> |
---|
[1449] | 2 | <?xml-stylesheet type="text/xsl" href="vocabulary.xsl"?> |
---|
[600] | 3 | <object name="searchable_student_states_voc" meta_type="CPS Vocabulary"> |
---|
[584] | 4 | <property name="title"></property> |
---|
| 5 | <property name="title_msgid"></property> |
---|
| 6 | <property name="description"></property> |
---|
| 7 | <property name="acl_write_roles">Manager</property> |
---|
[603] | 8 | <item key="all" msgid="">all states</item> |
---|
[1171] | 9 | <item key="returning" msgid="">returning</item> |
---|
[1368] | 10 | <item key="school_fee_paid" msgid="">school fee paid</item> |
---|
[752] | 11 | <item key="student_created" msgid="">data imported</item> |
---|
[603] | 12 | <item key="application_pin_entered" msgid="">application pin entered</item> |
---|
| 13 | <item key="admission_applied" msgid="">applied for admission</item> |
---|
[863] | 14 | <item key="objection_raised" msgid="">objection raised</item> |
---|
[603] | 15 | <item key="admission_rejected" msgid="">admission rejected</item> |
---|
| 16 | <item key="finally_rejected" msgid="">finally rejected</item> |
---|
| 17 | <item key="admitted" msgid="">admitted</item> |
---|
| 18 | <item key="clearance_pin_entered" msgid="">clearance pin entered</item> |
---|
| 19 | <item key="clearance_requested" msgid="">clearance requested</item> |
---|
| 20 | <item key="cleared_and_validated" msgid="">cleared and validated</item> |
---|
[1557] | 21 | <item key="courses_registered" msgid="">courses registered</item> |
---|
| 22 | <item key="courses_validated" msgid="">courses validated</item> |
---|
[727] | 23 | <item key="content_addable" msgid="">content addable</item> |
---|
[584] | 24 | </object> |
---|
Note: See
TracBrowser for help on using the repository browser.