add delete and workflow actions buttons to comments viewlet.

svn path=/plone.app.discussion/trunk/; revision=27384
This commit is contained in:
Timo Stollenwerk
2009-06-11 13:51:33 +00:00
parent 7692186880
commit dd0133e0c0
3 changed files with 50 additions and 0 deletions
@@ -17,6 +17,24 @@
permission="cmf.ManagePortal"
/>
<!-- Delete comment view -->
<browser:view
for="plone.app.discussion.interfaces.IComment"
name="moderate-delete-comment"
layer="..interfaces.IDiscussionLayer"
class=".comments.DeleteComment"
permission="cmf.ManagePortal"
/>
<!-- Publish comment view -->
<browser:view
for="plone.app.discussion.interfaces.IComment"
name="moderate-publish-comment"
layer="..interfaces.IDiscussionLayer"
class=".comments.PublishComment"
permission="cmf.ManagePortal"
/>
<!-- Comments viewlet -->
<browser:viewlet
name="plone.comments"