This commit is contained in:
parent
f2ff53a992
commit
5059125e3b
@ -21,8 +21,8 @@
|
|||||||
<#if article.commentable>
|
<#if article.commentable>
|
||||||
<div class="comment-disabled">
|
<div class="comment-disabled">
|
||||||
<h3>${postCommentsLabel}</h3>
|
<h3>${postCommentsLabel}</h3>
|
||||||
|
<textarea rows="3" style="margin-bottom: 20px;width: 100%;box-sizing: border-box" placeholder="${postCommentsLabel}" id="comment"></textarea>
|
||||||
</div>
|
</div>
|
||||||
<textarea rows="3" style="margin-bottom: 20px;width: 80%" placeholder="${postCommentsLabel}" id="comment"></textarea>
|
|
||||||
<#else>
|
<#else>
|
||||||
<div class="comment-disabled">
|
<div class="comment-disabled">
|
||||||
<h3>${notAllowCommentLabel}</h3>
|
<h3>${notAllowCommentLabel}</h3>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user