Move "moderate comments" site action above the logout action.
svn path=/plone.app.discussion/trunk/; revision=46047
This commit is contained in:
parent
5f0f2c459a
commit
19f0666b39
@ -4,6 +4,9 @@ Changelog
|
|||||||
1.0RC1 (unreleased)
|
1.0RC1 (unreleased)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
- Move "moderate comments" site action above the logout action.
|
||||||
|
[timo]
|
||||||
|
|
||||||
- Moderator notification description updated.
|
- Moderator notification description updated.
|
||||||
[timo]
|
[timo]
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<object name="portal_actions" xmlns:i18n="http://xml.zope.org/namespaces/i18n">
|
<object name="portal_actions" xmlns:i18n="http://xml.zope.org/namespaces/i18n">
|
||||||
<object name="user">
|
<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="title" i18n:translate="">Moderate comments</property>
|
||||||
<property name="description" i18n:translate=""></property>
|
<property name="description" i18n:translate=""></property>
|
||||||
<property name="url_expr">string:${globals_view/navigationRootUrl}/@@moderate-comments</property>
|
<property name="url_expr">string:${globals_view/navigationRootUrl}/@@moderate-comments</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user