Ignore:
Timestamp:
26 Nov 2007, 19:18:09 (17 years ago)
Author:
joachim
Message:

M skins/waeup_student/create_level.py
use course_results for carry_overs

M skins/waeup_pins/pins_view.pt
M skins/waeup_pins/search_pins.py
sort batches in select-box

M Widgets.py
M WAeUPTables.py
M WAeUPTool.py
mass_(create,edit)_courseresults edits verdict in level.

M profiles/default/layouts/application_cest.xml
M profiles/default/applicants_catalog.xml
new meta_data field "serial", index must be added manually

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

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/uniben/profiles/default/applicants_catalog.xml

    r2759 r2766  
    1717 <column value="phone"/>
    1818 <column value="pin"/>
     19 <column value="serial"/>
    1920 <column value="eng_score"/>
    2021 <column value="subj1"/>
     
    5960  <indexed_attr value="reg_no"/>
    6061 </index>
     62 <index name="serial" meta_type="FieldIndex">
     63  <indexed_attr value="serial"/>
     64 </index>
    6165 <index name="status" meta_type="FieldIndex">
    6266  <indexed_attr value="status"/>
  • WAeUP_SRP/uniben/profiles/default/layouts/application_cest.xml

    r2763 r2766  
    815815    </row>
    816816    <row>
     817      <cell name="serial" ncols="2"/>
     818    </row>
     819    <row>
    817820      <cell name="firstname" ncols="2"/>
    818821    </row>
Note: See TracChangeset for help on using the changeset viewer.