icon added to discussion control panel.

svn path=/plone.app.discussion/trunk/; revision=27357
This commit is contained in:
Timo Stollenwerk 2009-06-08 15:04:21 +00:00
parent 65ba6e1a67
commit 4529e8122e
2 changed files with 11 additions and 3 deletions

View File

@ -4,8 +4,6 @@ plone.app.discussion to-do
[ ] IE: cancel button in reply-to-comment form does not work
[ ] Discussion Control Panel: No icon
[ ] Chrome (Linux): Reply to comment is not working
(TypeError: long() argument must be a string or a number)
@ -14,7 +12,7 @@ plone.app.discussion to-do
[ ] Add i18n translations for author_username and author_email
[ ] Fix temporary commenter's image css
[ ] Add event handlers to ensure we don't get stale comments in the catalog
when parent objects are removed/moved/cloned:
@ -67,3 +65,5 @@ plone.app.discussion to-do
- install plone.registry records using registry.xml
- create control panel using helper class in plone.app.registry
[X] Discussion Control Panel: Add icon

View File

@ -0,0 +1,8 @@
<?xml version="1.0"?>
<action-icons xmlns:i18n="http://xml.zope.org/namespaces/i18n"
i18n:domain="plone">
<action-icon category="controlpanel" action_id="discussion"
title="Discussion" priority="0"
icon_expr="discussionitem_icon.gif"
i18n:attributes="title"/>
</action-icons>