show delete and workflow actions buttons on the comments viewlet.

svn path=/plone.app.discussion/trunk/; revision=27470
This commit is contained in:
Timo Stollenwerk 2009-06-16 13:13:40 +00:00
parent 28fbad44a7
commit de5499d996
1 changed files with 1 additions and 4 deletions

View File

@ -85,7 +85,6 @@
This is the body text of the comment.
</div>
<!--
<form name="delete"
action=""
method="post"
@ -98,9 +97,8 @@
i18n:attributes="value label_remove;"
/>
</form>
-->
<!-- Workflow actions (e.g. 'publish') -->
<!--
<form name=""
action=""
method="get"
@ -114,7 +112,6 @@
tal:attributes="value action/title"
/>
</form>
-->
<a href="#" class="reply-to-comment-button" title="reply to this comment"
tal:condition="python:userHasReplyPermission and isDiscussionAllowed or isAnonymousDiscussionAllowed"