show commentform after commenting
The reply-button now continues to work
This commit is contained in:
parent
aaa4094cdd
commit
1109ff8160
@ -118,12 +118,12 @@
|
|||||||
<p class="serendipity_msg_notice">{$CONST.COMMENT_ADDED}: {$CONST.THIS_COMMENT_NEEDS_REVIEW}</p>
|
<p class="serendipity_msg_notice">{$CONST.COMMENT_ADDED}: {$CONST.THIS_COMMENT_NEEDS_REVIEW}</p>
|
||||||
{elseif not $entry.allow_comments}
|
{elseif not $entry.allow_comments}
|
||||||
<p class="serendipity_msg_important">{$CONST.COMMENTS_CLOSED}</p>
|
<p class="serendipity_msg_important">{$CONST.COMMENTS_CLOSED}</p>
|
||||||
{else}
|
|
||||||
<section id="respond" class="serendipity_section_commentform">
|
|
||||||
<h3>{$CONST.ADD_COMMENT}</h3>
|
|
||||||
{$COMMENTFORM}
|
|
||||||
</section>
|
|
||||||
{/if}
|
{/if}
|
||||||
|
<section id="respond" class="serendipity_section_commentform">
|
||||||
|
<h3>{$CONST.ADD_COMMENT}</h3>
|
||||||
|
{$COMMENTFORM}
|
||||||
|
</section>
|
||||||
|
|
||||||
{/if}
|
{/if}
|
||||||
{$entry.backend_preview}
|
{$entry.backend_preview}
|
||||||
</article>
|
</article>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user