Move 'Moderate comments' link from site actions to user actions.

svn path=/plone.app.discussion/trunk/; revision=35303
This commit is contained in:
Timo Stollenwerk 2010-03-18 16:16:44 +00:00
parent 5beebe42fa
commit 24a34d6919
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@ Changelog
1.0b4 (unreleased)
------------------
* Move 'Moderate comments' link from site actions to user actions.
[timo]
* Fix #662654: As an administrator, I can configure a Collection to show recent comments.
Comment.Type() now correctly returns the FTI title ('Comment')
[chaoflow]

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<object name="portal_actions" xmlns:i18n="http://xml.zope.org/namespaces/i18n">
<object name="site_actions">
<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>