source: WAeUP_SRP/trunk/skins/waeup_default/portlet_waeup_status_display.pt @ 503

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

Actions modified

File size: 396 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')!='work'">
6  <img tal:attributes="src string:${here/portal_url}/cpsskins_images/actionicon_publish.png"/>
7  <span tal:content="info/review_state" />
8</ span>
9
10</tal:block>
11
Note: See TracBrowser for help on using the repository browser.