diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-05 09:35:18 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-05 09:35:18 +0100 |
| commit | ab847b43bca7d46628a3453e44dc8dfb510da819 (patch) | |
| tree | 10577f7f31d038a68a9bbc1416502e2be232e790 /templates | |
| parent | 5bff5a844f58fc87c442f5e5fc28ca3caf296974 (diff) | |
| download | tags-ab847b43bca7d46628a3453e44dc8dfb510da819.tar.gz tags-ab847b43bca7d46628a3453e44dc8dfb510da819.tar.bz2 tags-ab847b43bca7d46628a3453e44dc8dfb510da819.zip | |
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 <noreply@anthropic.com>
Diffstat (limited to 'templates')
| -rwxr-xr-x | templates/tags_list.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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} </td> </tr> |
