Changeset 876 for WAeUP_SRP/trunk


Ignore:
Timestamp:
16 Nov 2006, 14:51:33 (18 years ago)
Author:
joachim
Message:

clearance-form for ClearanceOfficers? modified

File:
1 edited

Legend:

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

    r870 r876  
    11<tal:block define="
    22           info context/getStudentInfo;
     3           mode python: test(context.isClearanceOfficer(info),'view','edit');
    34           rendered_main python:info['clear_doc'].render(request=request,
    4                                                layout_mode = 'edit',
     5                                               layout_mode = mode,
    56                                               schema_id='student_clearance',
    67                                               layout_id='student_clearance',
    7                                                layout_mode='edit',
    88                                               use_session=True);
    99           form_action string:clearance_edit_manager;
Note: See TracChangeset for help on using the changeset viewer.