remove "display: inline" CSS from reply-button; show reply-button only when JS is enabled.
svn path=/plone.app.discussion/trunk/; revision=29404
This commit is contained in:
parent
defb4b91c4
commit
8e406ccf2d
@ -86,8 +86,7 @@
|
|||||||
This is the body text of the comment.
|
This is the body text of the comment.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button style="display: inline;"
|
<button class="context reply-to-comment-button allowMultiSubmit"
|
||||||
class="context reply-to-comment-button allowMultiSubmit"
|
|
||||||
tal:condition="python:userHasReplyPermission and isDiscussionAllowed or isAnonymousDiscussionAllowed"
|
tal:condition="python:userHasReplyPermission and isDiscussionAllowed or isAnonymousDiscussionAllowed"
|
||||||
i18n:translate="label_reply;">
|
i18n:translate="label_reply;">
|
||||||
Reply
|
Reply
|
||||||
|
Loading…
Reference in New Issue
Block a user