Move "moderate comments" site action above the logout action.

svn path=/plone.app.discussion/trunk/; revision=46047
This commit is contained in:
Timo Stollenwerk 2010-11-30 18:17:02 +00:00
parent 5f0f2c459a
commit 19f0666b39
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,9 @@ Changelog
1.0RC1 (unreleased)
-------------------
- Move "moderate comments" site action above the logout action.
[timo]
- Moderator notification description updated.
[timo]

View File

@ -1,7 +1,8 @@
<?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">
<object name="review-comments" meta_type="CMF Action" i18n:domain="plone"
insert-before="logout">
<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>