diff options
| author | spiderr <spiderr@bitweaver.org> | 2023-06-27 23:29:30 -0400 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2023-06-27 23:29:30 -0400 |
| commit | 6284337d1ae462d720a2ebd5de4dab52b15069d6 (patch) | |
| tree | db04f8d758fece91d2cf4a155ef33049dcf15622 | |
| parent | 2ce6c59cf4205e8db7df72f1b66734b694a3e692 (diff) | |
| download | boards-6284337d1ae462d720a2ebd5de4dab52b15069d6.tar.gz boards-6284337d1ae462d720a2ebd5de4dab52b15069d6.tar.bz2 boards-6284337d1ae462d720a2ebd5de4dab52b15069d6.zip | |
tweak post_display perm wrappers
| -rw-r--r-- | templates/post_display.tpl | 4 |
1 files changed, 1 insertions, 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()} <a href="{$comments_return_url}&post_comment_reply_id={$comment.content_id}&post_comment_request=1#editcomments" rel="nofollow">{booticon iname="fa-comment" iexplain="Reply to this Post"}</a> - {/if} - {if !$topic_locked && $board->hasPostCommentsPermission()} - <a href="{$comments_return_url}&post_comment_reply_id={$comment.content_id}&post_comment_request=1&quote=y#editcomments" rel="nofollow">{booticon iname="fa-comment" iexplain="Reply with Quote to this Post"}</a> + <a href="{$comments_return_url}&post_comment_reply_id={$comment.content_id}&post_comment_request=1&quote=y#editcomments" rel="nofollow">{booticon iname="fa-comment-quote" iexplain="Reply with Quote to this Post"}</a> {/if} {if $comment.is_editable || $gContent->hasUserPermission('p_liberty_edit_comments')} <a href="{$comments_return_url}&post_comment_id={$comment.comment_id}&post_comment_request=1#editcomments" rel="nofollow">{booticon iname="fa-pen-to-square" iexplain="Edit"}</a> |
