From ab847b43bca7d46628a3453e44dc8dfb510da819 Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Fri, 5 Jun 2026 09:35:18 +0100 Subject: Switch delete icon from edit-delete to user-trash (dustbin) user-trash updated to a proper dustbin SVG. All templates across all packages updated to use user-trash instead of edit-delete. Co-Authored-By: Claude Sonnet 4.6 --- templates/tags_list.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tags_list.tpl b/templates/tags_list.tpl index b37568f..97a0749 100755 --- a/templates/tags_list.tpl +++ b/templates/tags_list.tpl @@ -20,7 +20,7 @@ {smartlink ititle="Edit" ifile="edit.php" biticon="document-properties" tag_id=$tag.tag_id} {/if} {if $gBitUser->hasPermission( 'p_tags_moderate' )} - {smartlink ititle="Remove" biticon="edit-delete" action=remove tag_id=$tag.tag_id status_id=$smarty.request.status_id} + {smartlink ititle="Remove" biticon="user-trash" action=remove tag_id=$tag.tag_id status_id=$smarty.request.status_id} {/if} -- cgit v1.3