Ignore:
Timestamp:
8 Dec 2006, 12:34:33 (18 years ago)
Author:
joachim
Message:

=clearance_edit_form fixed, nr_of used Pins is shown in batch_view

File:
1 edited

Legend:

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

    r939 r1012  
    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');
    1213           rendered_main python:info['clear_doc'].render(request=request,
    1314                                               layout_mode = mode,
    1415                                               schema_id='student_clearance',
    15                                                layout_id='student_clearance',
     16                                               layout_id=layout_id,
    1617                                               use_session=True);
    1718           form_action string:clearance_edit;
Note: See TracChangeset for help on using the changeset viewer.