Do not show two "login to add comments" buttons when there are no comments yet. This fixes http://plone.org/products/plone.app.discussion/issues/12.
svn path=/plone.app.discussion/trunk/; revision=40515
This commit is contained in:
parent
7bdf340c88
commit
837e6b2966
@ -4,7 +4,9 @@ Changelog
|
|||||||
1.0b9 (unreleased)
|
1.0b9 (unreleased)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
- Nothing changed yet.
|
- Do not show two "login to add comments" buttons when there are no comments
|
||||||
|
yet. This fixes http://plone.org/products/plone.app.discussion/issues/12.
|
||||||
|
[timo]
|
||||||
|
|
||||||
|
|
||||||
1.0b8 (2010-10-04)
|
1.0b8 (2010-10-04)
|
||||||
|
@ -129,7 +129,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="reply"
|
<div class="reply"
|
||||||
tal:condition="python:isDiscussionAllowed and (isAnon and not isAnonymousDiscussionAllowed)">
|
tal:condition="python:has_replies and (isAnon and not isAnonymousDiscussionAllowed)">
|
||||||
<form tal:attributes="action view/login_action">
|
<form tal:attributes="action view/login_action">
|
||||||
<input class="standalone"
|
<input class="standalone"
|
||||||
style="margin-bottom: 1.25em;"
|
style="margin-bottom: 1.25em;"
|
||||||
|
Loading…
Reference in New Issue
Block a user