source: WAeUP_SRP/trunk/skins/waeup_default/widget_waeup_status_display.pt @ 308

Last change on this file since 308 was 300, checked in by Henrik Bettermann, 18 years ago

new themes and workflow definitions

File size: 600 bytes
Line 
1<tal:block define="item nocall:options/context_obj;
2                   info item/getContentInfo;
3                   base_url python: request.get('cpsskins_base_url');">
4
5<span tal:condition="python:path('info/review_state')=='checked'">
6  <img tal:attributes="src string:${base_url}/cpsskins_images/actionicon_publish.png"/>
7  <span tal:content="info/review_state" />
8</ span>
9
10<span tal:condition="python:path('info/review_state')=='unchecked'">
11  <img tal:attributes="src string:${base_url}/cpsskins_images/actionicon_reject.png"/>
12  <span tal:content="info/review_state" />
13</ span>
14
15</tal:block>
Note: See TracBrowser for help on using the repository browser.