Last change
on this file since 470 was
464,
checked in by joachim, 18 years ago
|
added missing files.
A trunk/profiles/default/layouts/student_check_pin.xml
M trunk/profiles/default/types.xml
M trunk/profiles/default/actionicons.xml
M trunk/profiles/default/workflows.xml
A trunk/profiles/default/types/StudentSemester.xml
D trunk/profiles/default/types/CourseTicket.xml
M trunk/profiles/default/types/StudentsFolder.xml
A trunk/profiles/default/types/StudentCourseResult.xml
M trunk/init.py
M trunk/skins/waeup_academics/academics_content_lib_info_detail_tab.pt
A trunk/skins/waeup_custom/cpsskins_lib.pt
M trunk/skins/waeup_custom/getContentInfo.py
M trunk/Students.py
|
File size:
1.3 KB
|
Rev | Line | |
---|
[464] | 1 | <?xml version="1.0"?> |
---|
| 2 | <object name="student_check_pin" meta_type="CPS Layout"> |
---|
| 3 | <property name="layout_create_method">layout_check_pin_create</property> |
---|
| 4 | <property name="layout_edit_method"></property> |
---|
| 5 | <property name="layout_view_method"></property> |
---|
| 6 | <property name="style_prefix">layout_default_</property> |
---|
| 7 | <property name="flexible_widgets"/> |
---|
| 8 | <property name="validate_values_expr"></property> |
---|
| 9 | <widget name="jamb_id" meta_type="JambRegNo Widget"> |
---|
| 10 | <property name="title">Jamb Registration No</property> |
---|
| 11 | <property name="fields"> |
---|
| 12 | <element value="jamb_reg_no"/> |
---|
| 13 | </property> |
---|
| 14 | <property name="is_required">True</property> |
---|
| 15 | <property name="label_edit">Enter Jamb Registration Nr</property> |
---|
| 16 | <property name="readonly_layout_modes"/> |
---|
| 17 | <property name="hidden_layout_modes"/> |
---|
| 18 | <property name="hidden_readonly_layout_modes"/> |
---|
| 19 | </widget> |
---|
| 20 | <widget name="pin" meta_type="Scratchcard Pin Widget"> |
---|
| 21 | <property name="title">Scratchcard Pin</property> |
---|
| 22 | <property name="fields"> |
---|
| 23 | <element value="app_ac_pin"/> |
---|
| 24 | </property> |
---|
| 25 | <property name="label_edit">Enter Scratch Card Pin</property> |
---|
| 26 | <property name="readonly_layout_modes"/> |
---|
| 27 | <property name="hidden_layout_modes"/> |
---|
| 28 | <property name="hidden_readonly_layout_modes"/> |
---|
| 29 | </widget> |
---|
| 30 | <table> |
---|
| 31 | <row> |
---|
| 32 | <cell name="pin"/> |
---|
| 33 | </row> |
---|
| 34 | <row> |
---|
| 35 | <cell name="jamb_id"/> |
---|
| 36 | </row> |
---|
| 37 | </table> |
---|
| 38 | </object> |
---|
Note: See
TracBrowser for help on using the repository browser.