Ignore:
Timestamp:
2 Oct 2007, 09:26:25 (17 years ago)
Author:
Henrik Bettermann
Message:

wrong field names fixed

Location:
WAeUP_SRP/fceokene/profiles/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/fceokene/profiles/default/layouts/import_student.xml

    r2297 r2302  
    263263 </widget>
    264264
     265 <widget name="lga" meta_type="WAeUP LGA Widget">
     266  <property name="title">LGA</property>
     267  <property name="fields">
     268   <element value="lga"/>
     269  </property>
     270  <property name="label">LGA</property>
     271  <property name="label_edit">LGA</property>
     272  <property name="readonly_layout_modes"/>
     273  <property name="hidden_layout_modes">
     274      edit
     275  </property>
     276  <property name="hidden_readonly_layout_modes"/>
     277 </widget>
     278
     279  <widget name="state" meta_type="WAeUP LGA Widget">
     280  <property name="title">State</property>
     281  <property name="fields">
     282   <element value="state"/>
     283  </property>
     284  <property name="label">State</property>
     285  <property name="label_edit">State</property>
     286  <property name="readonly_layout_modes"/>
     287  <property name="hidden_layout_modes">
     288      edit
     289  </property>
     290  <property name="hidden_readonly_layout_modes"/>
     291 </widget>
     292
    265293 <widget name="matric_no" meta_type="String Widget">
    266294  <property name="title">Matriculation No</property>
  • WAeUP_SRP/fceokene/profiles/default/schemas/import_student.xml

    r2268 r2302  
    1515 <field name="jamb_score" meta_type="CPS Int Field"/>
    1616 <field name="jamb_age" meta_type="CPS String Field"/>
     17 <field name="lga" meta_type="CPS String Field"/>
     18 <field name="state" meta_type="CPS String Field"/>
    1719 <field name="study_course" meta_type="CPS String Field"/>
    1820 <field name="nationality" meta_type="CPS String Field"/>
Note: See TracChangeset for help on using the changeset viewer.