Changeset 764 for WAeUP_SRP/trunk/profiles
- Timestamp:
- 27 Oct 2006, 11:04:57 (18 years ago)
- Location:
- WAeUP_SRP/trunk/profiles/default
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/layouts/student_pume.xml
r759 r764 20 20 <property name="hidden_readonly_layout_modes"/> 21 21 </widget> 22 <widget name="pume_gen_ paper" meta_type="String Widget">23 <property name="title">PUME General Paper</property>22 <widget name="pume_gen_score" meta_type="String Widget"> 23 <property name="title">PUME General Score</property> 24 24 <property name="fields"> 25 <element value="pume_gen_ paper"/>25 <element value="pume_gen_score"/> 26 26 </property> 27 <property name="label">PUME General Paper</property>28 <property name="label_edit">PUME General Paper</property>27 <property name="label">PUME General Score</property> 28 <property name="label_edit">PUME General Score</property> 29 29 <property name="readonly_layout_modes"> 30 30 </property> … … 59 59 <table> 60 60 <row> 61 <cell name="pume_gen_ paper" ncols="3"/>61 <cell name="pume_gen_score" ncols="1"/> 62 62 </row> 63 63 <row> 64 <cell name="pume_eng_score" ncols=" 3"/>64 <cell name="pume_eng_score" ncols="1"/> 65 65 </row> 66 66 <row> 67 <cell name="pume_math_score" ncols=" 3"/>67 <cell name="pume_math_score" ncols="1"/> 68 68 </row> 69 69 <row> 70 <cell name="pume_tot_score" ncols="3"/> 71 </row> 72 <row> 73 <cell name="passport" ncols="3"/> 70 <cell name="pume_tot_score" ncols="1"/> 74 71 </row> 75 72 </table> -
WAeUP_SRP/trunk/profiles/default/schemas/student_pume.xml
r745 r764 2 2 <object name="student_pume" meta_type="CPS Schema"> 3 3 <field name="pume_eng_score" meta_type="CPS String Field"/> 4 <field name="pume_gen_ paper" meta_type="CPS String Field"/>4 <field name="pume_gen_score" meta_type="CPS String Field"/> 5 5 <field name="pume_math_score" meta_type="CPS String Field"/> 6 6 <field name="pume_tot_score" meta_type="CPS String Field"/>
Note: See TracChangeset for help on using the changeset viewer.