hide delete and workflow actions in the comments viewlet, since they don't work yet.
svn path=/plone.app.discussion/trunk/; revision=27416
This commit is contained in:
parent
9be49ee767
commit
2e1cda3f59
@ -84,6 +84,7 @@
|
||||
This is the body text of the comment.
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<form name="delete"
|
||||
action=""
|
||||
method="post"
|
||||
@ -96,8 +97,9 @@
|
||||
i18n:attributes="value label_remove;"
|
||||
/>
|
||||
</form>
|
||||
|
||||
-->
|
||||
<!-- Workflow actions (e.g. 'publish') -->
|
||||
<!--
|
||||
<form name=""
|
||||
action=""
|
||||
method="get"
|
||||
@ -111,6 +113,7 @@
|
||||
tal:attributes="value action/title"
|
||||
/>
|
||||
</form>
|
||||
-->
|
||||
|
||||
<a href="#" class="reply-to-comment-button" title="reply to this comment"
|
||||
tal:condition="python:userHasReplyPermission and isDiscussionAllowed"
|
||||
|
Loading…
Reference in New Issue
Block a user