diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-05 16:05:21 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-05 16:05:21 +0100 |
| commit | 94ba71523a7a863883dc6786f02ae4f853d7e795 (patch) | |
| tree | e7f38a1818d48ae7a468301632b2a9589ae3eb1b | |
| parent | ab847b43bca7d46628a3453e44dc8dfb510da819 (diff) | |
| download | tags-master.tar.gz tags-master.tar.bz2 tags-master.zip | |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rwxr-xr-x | templates/menu_tags.tpl | 2 | ||||
| -rwxr-xr-x | templates/tags_list.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/menu_tags.tpl b/templates/menu_tags.tpl index 247fda2..2c84a8b 100755 --- a/templates/menu_tags.tpl +++ b/templates/menu_tags.tpl @@ -4,7 +4,7 @@ <li><a class="item" href="{$smarty.const.TAGS_PKG_URL}index.php">{biticon ipackage="icons" iname="emblem-favorite" iexplain="Tag Cloud" ilocation=menu}</a></li> {/if} {if $gBitUser->hasPermission( 'p_tags_admin' )} - <li><a class="item" href="{$smarty.const.TAGS_PKG_URL}list.php">{biticon ipackage="icons" iname="text-x-generic" ipackage="icons" iexplain="Edit Tags" ilocation=menu}</a></li> + <li><a class="item" href="{$smarty.const.TAGS_PKG_URL}list.php">{biticon ipackage="icons" iname="view-list-text" ipackage="icons" iexplain="Edit Tags" ilocation=menu}</a></li> {/if} </ul> {/strip} diff --git a/templates/tags_list.tpl b/templates/tags_list.tpl index 97a0749..16a7afe 100755 --- a/templates/tags_list.tpl +++ b/templates/tags_list.tpl @@ -17,7 +17,7 @@ </td> <td class="actionicon"> {if $gBitUser->hasPermission( 'p_tags_create' ) } - {smartlink ititle="Edit" ifile="edit.php" biticon="document-properties" tag_id=$tag.tag_id} + {smartlink ititle="Edit" ifile="edit.php" biticon="edit" tag_id=$tag.tag_id} {/if} {if $gBitUser->hasPermission( 'p_tags_moderate' )} {smartlink ititle="Remove" biticon="user-trash" action=remove tag_id=$tag.tag_id status_id=$smarty.request.status_id} |
