From 6284337d1ae462d720a2ebd5de4dab52b15069d6 Mon Sep 17 00:00:00 2001 From: spiderr Date: Tue, 27 Jun 2023 23:29:30 -0400 Subject: tweak post_display perm wrappers --- templates/post_display.tpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/post_display.tpl b/templates/post_display.tpl index 383d949..d6947b8 100644 --- a/templates/post_display.tpl +++ b/templates/post_display.tpl @@ -28,9 +28,7 @@ {if $print_page ne 'y' && $comment.deleted==0 } {if !$topic_locked && $board->hasPostCommentsPermission()} {booticon iname="fa-comment" iexplain="Reply to this Post"} - {/if} - {if !$topic_locked && $board->hasPostCommentsPermission()} - {booticon iname="fa-comment" iexplain="Reply with Quote to this Post"} + {booticon iname="fa-comment-quote" iexplain="Reply with Quote to this Post"} {/if} {if $comment.is_editable || $gContent->hasUserPermission('p_liberty_edit_comments')} {booticon iname="fa-pen-to-square" iexplain="Edit"} -- cgit v1.3