Changeset 1014 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
8 Dec 2006, 14:47:39 (18 years ago)
Author:
Henrik Bettermann
Message:

SectionOfficer? sees student_clearance layout not ClearanceOfficer?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/clearance_edit_form.pt

    r1012 r1014  
    1010           editable python: (is_student and clear_review_state == 'opened' or is_so) and not is_co;
    1111           mode python: test(editable,'edit','view');
    12            layout_id python: test(is_co,'student_clearance','student_clearance_fe');
     12           layout_id python: test(is_so,'student_clearance','student_clearance_fe');
    1313           rendered_main python:info['clear_doc'].render(request=request,
    1414                                               layout_mode = mode,
Note: See TracChangeset for help on using the changeset viewer.