Ignore:
Timestamp:
24 Sep 2006, 07:44:32 (18 years ago)
Author:
Henrik Bettermann
Message:

reorganisation part 2
themes modification will follow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_default/portlet_waeup_status_display.pt

    r517 r543  
    11<tal:block define="item nocall:options/context_obj;
    22                   info item/getContentInfo;
    3                    base_url python: request.get('cpsskins_base_url');">
     3                   base_url python: request.get('cpsskins_base_url');
     4                   status_list python: ['checked', 'unchecked', 'opened', 'closed',
     5                                        'created', 'admission_pin_entered', 'admission_applied'];">
    46
    5 <span tal:condition="python:path('info/review_state')!='work'">
     7<span tal:condition="python:path('info/review_state') in status_list ">
    68  Status: <span tal:content="info/review_state" />
    79</ span>
Note: See TracChangeset for help on using the changeset viewer.