Ignore:
Timestamp:
2 Nov 2007, 18:16:19 (17 years ago)
Author:
Henrik Bettermann
Message:

seperate add_student and import_student layouts.xml
fix import_student layout (email was overwritten)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_student/add_student.py

    r1752 r2503  
    1919d = {}
    2020mode = 'edit'
    21 rendered,psm,ds = lt.renderLayout(layout_id= 'import_student',
    22                       schema_id= 'import_student',
     21rendered,psm,ds = lt.renderLayout(layout_id= 'add_student',
     22                      schema_id= 'add_student',
    2323                      context=context,
    2424                      mapping=validate and REQUEST,
Note: See TracChangeset for help on using the changeset viewer.