Changeset 2301


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

wrong filed name fixed

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

Legend:

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

    r2299 r2301  
    263263 </widget>
    264264
    265  <widget name="jamb_lga" meta_type="WAeUP LGA Widget">
    266   <property name="title">JAMB LGA</property>
    267   <property name="fields">
    268    <element value="jamb_lga"/>
    269   </property>
    270   <property name="label">JAMB LGA</property>
    271   <property name="label_edit">JAMB LGA</property>
     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>
    272272  <property name="readonly_layout_modes"/>
    273273  <property name="hidden_layout_modes">
     
    277277 </widget>
    278278
    279   <widget name="jamb_state" meta_type="WAeUP LGA Widget">
    280   <property name="title">JAMB State</property>
    281   <property name="fields">
    282    <element value="jamb_state"/>
    283   </property>
    284   <property name="label">JAMB State</property>
    285   <property name="label_edit">JAMB State</property>
     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>
    286286  <property name="readonly_layout_modes"/>
    287287  <property name="hidden_layout_modes">
  • WAeUP_SRP/uniben/profiles/default/schemas/import_student.xml

    r2268 r2301  
    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.