plone.app.discussion/plone/app/discussion/profiles/default/actions.xml
Timo Stollenwerk 3b981dd603 remove the available_expr with a workflow name in it.
svn path=/plone.app.discussion/trunk/; revision=27812
2009-07-04 16:11:33 +00:00

17 lines
691 B
XML

<?xml version="1.0"?>
<object name="portal_actions" xmlns:i18n="http://xml.zope.org/namespaces/i18n">
<object name="site_actions">
<object name="review-comments" meta_type="CMF Action" i18n:domain="plone.app.discussion">
<property name="title" i18n:translate="">Moderate comments</property>
<property name="description" i18n:translate=""></property>
<property name="url_expr">string:$portal_url/@@moderate-comments</property>
<property name="icon_expr"></property>
<property name="available_expr"></property>
<property name="permissions">
<element value="Review comments"/>
</property>
<property name="visible">True</property>
</object>
</object>
</object>