show delete and workflow actions buttons on the comments viewlet.
svn path=/plone.app.discussion/trunk/; revision=27470
This commit is contained in:
parent
28fbad44a7
commit
de5499d996
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user