Move 'Moderate comments' link from site actions to user actions.
svn path=/plone.app.discussion/trunk/; revision=35303
This commit is contained in:
parent
5beebe42fa
commit
24a34d6919
@ -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]
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user