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:
Timo Stollenwerk 2009-08-26 21:55:27 +00:00
parent defb4b91c4
commit 8e406ccf2d

View File

@ -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