show the reply-to-comment button only to logged in users.
svn path=/plone.app.discussion/trunk/; revision=27200
This commit is contained in:
parent
66f4640ac7
commit
b73c43119d
@ -74,6 +74,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a href="#" class="reply-to-comment-button" title="reply to this comment"
|
<a href="#" class="reply-to-comment-button" title="reply to this comment"
|
||||||
|
tal:condition="not:isAnon"
|
||||||
tal:attributes="onclick string:createReplyToCommentForm(${reply/id});
|
tal:attributes="onclick string:createReplyToCommentForm(${reply/id});
|
||||||
id string:reply-to-comment-${reply/id}-button;
|
id string:reply-to-comment-${reply/id}-button;
|
||||||
href string:#comment-${reply/id}">
|
href string:#comment-${reply/id}">
|
||||||
|
Loading…
Reference in New Issue
Block a user