Changeset 5201


Ignore:
Timestamp:
21 May 2010, 11:48:23 (14 years ago)
Author:
Henrik Bettermann
Message:

show long slip before and short slip after admission status is confirmed (in custom)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_uniben/layout_apply_admission_view_slip.pt

    r4555 r5201  
    1717  ds options/datastructure;
    1818  dm ds/getDataModel;
     19  longform python: not 'admitted' in ds['status'];
    1920  creation creation|nothing;
    2021  metadata metadata|nothing;
     
    2627
    2728  <tal:block repeat="row layout/rows">
    28   <tal:block define="widget python:row[0]['widget']" condition="python:widget.getWidgetId() in fields">
     29  <tal:block define="widget python:row[0]['widget']" condition="python:longform or widget.getWidgetId() in fields">
    2930
    3031  <tr tal:condition="widget/description|nothing" class="even ajaxtd">
Note: See TracChangeset for help on using the changeset viewer.