diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-05 16:05:03 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-05 16:05:03 +0100 |
| commit | 6bd8b0f496ed3c440423e610ad4dd6fe950a7306 (patch) | |
| tree | 2d61f9a85ff6556ffe65559bbe39a1e993164de3 /templates | |
| parent | abbc77ea320e06b807d239fd465d0a2137244119 (diff) | |
| download | boards-master.tar.gz boards-master.tar.bz2 boards-master.zip | |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'templates')
| -rwxr-xr-x | templates/list_topics.tpl | 2 | ||||
| -rwxr-xr-x | templates/post_display.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/list_topics.tpl b/templates/list_topics.tpl index 6f7fb72..eb6c12c 100755 --- a/templates/list_topics.tpl +++ b/templates/list_topics.tpl @@ -19,7 +19,7 @@ <a title="Get RSS Feed" href="{$smarty.const.BOARDS_PKG_URL}rss.php?b={$smarty.request.b}">{biticon ipackage="icons" iname="network-transmit" ipackage="icons" iexplain="Get RSS Feed"}</a> {/if} {if $board->hasUpdatePermission()} - <a title="Edit message board" href="{$smarty.const.BOARDS_PKG_URL}edit.php?b={$board->mInfo.board_id}">{biticon ipackage="icons" iname="document-properties" ipackage="icons" iexplain="Edit Message Board"}</a> + <a title="Edit message board" href="{$smarty.const.BOARDS_PKG_URL}edit.php?b={$board->mInfo.board_id}">{biticon ipackage="icons" iname="edit" ipackage="icons" iexplain="Edit Message Board"}</a> {/if} {if $board->hasUserPermission( 'p_boards_remove', true, true )} <a title="Remove message board" href="{$smarty.const.BOARDS_PKG_URL}edit.php?remove=1&b={$board->mInfo.board_id}">{biticon ipackage="icons" iname="user-trash" ipackage="icons" iexplain="Remove Message Board"}</a> diff --git a/templates/post_display.tpl b/templates/post_display.tpl index 87366f7..ca9ffc4 100755 --- a/templates/post_display.tpl +++ b/templates/post_display.tpl @@ -33,7 +33,7 @@ <a href="{$comments_return_url}&post_comment_reply_id={$comment.content_id}&post_comment_request=1&quote=y#editcomments" rel="nofollow">{biticon ipackage="icons" iname="internet-group-chat" iexplain="Reply with Quote to this Post" iforce="icon"}</a> {/if} {if $comment.is_editable or $gContent->hasUserPermission('p_liberty_edit_comments')} - <a href="{$comments_return_url}&post_comment_id={$comment.comment_id}&post_comment_request=1#editcomments" rel="nofollow">{biticon ipackage="icons" iname="document-properties" ipackage="icons" iexplain="Edit" iforce="icon"}</a> + <a href="{$comments_return_url}&post_comment_id={$comment.comment_id}&post_comment_request=1#editcomments" rel="nofollow">{biticon ipackage="icons" iname="edit" ipackage="icons" iexplain="Edit" iforce="icon"}</a> {/if} {if $board->hasUserPermission( 'p_liberty_admin_comments' )} <a href="{$comments_return_url}&delete_comment_id={$comment.comment_id}" rel="nofollow">{biticon ipackage="icons" iname="user-trash" ipackage="icons" iexplain="Remove" iforce="icon"}</a> |
