plone.app.discussion/plone/app/discussion/profiles/default/actions.xml
Timo Stollenwerk 24a34d6919 Move 'Moderate comments' link from site actions to user actions.
svn path=/plone.app.discussion/trunk/; revision=35303
2010-03-18 16:16:44 +00:00

17 lines
690 B
XML

<?xml version="1.0"?>
<object name="portal_actions" xmlns:i18n="http://xml.zope.org/namespaces/i18n">
<object name="user">
<object name="review-comments" meta_type="CMF Action" i18n:domain="plone">
<property name="title" i18n:translate="">Moderate comments</property>
<property name="description" i18n:translate=""></property>
<property name="url_expr">string:${globals_view/navigationRootUrl}/@@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>