summaryrefslogtreecommitdiff
path: root/templates/admin_types.tpl
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-05 09:35:18 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-05 09:35:18 +0100
commit384df9b9586ae437426a17168d07d12ab9efa814 (patch)
tree704a7e1463f978b0853a71229447d3e1779b72e2 /templates/admin_types.tpl
parentd87554c27ff7530881d894729ac04c87e2be3dab (diff)
downloadarticles-384df9b9586ae437426a17168d07d12ab9efa814.tar.gz
articles-384df9b9586ae437426a17168d07d12ab9efa814.tar.bz2
articles-384df9b9586ae437426a17168d07d12ab9efa814.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/admin_types.tpl')
-rwxr-xr-xtemplates/admin_types.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_types.tpl b/templates/admin_types.tpl
index d039daf..fe5a33a 100755
--- a/templates/admin_types.tpl
+++ b/templates/admin_types.tpl
@@ -34,7 +34,7 @@
{/foreach}
<td style="text-align:center;">
{if $types[user].article_cnt eq 0}
- {smartlink ititle="remove" biticon="edit-delete" remove_type=$types[user].article_type_id}
+ {smartlink ititle="remove" biticon="user-trash" remove_type=$types[user].article_type_id}
{else}
{$types[user].article_cnt}
{/if}
@@ -82,7 +82,7 @@
{/foreach}
<li>
{if $types[user].article_cnt eq 0}
- <a title="{tr}Remove{/tr}" href="{$smarty.const.ARTICLES_PKG_URL}admin/admin_types.php?remove_type={$types[user].article_type_id}">{biticon ipackage="icons" iname="edit-delete" ipackage="icons" iexplain=remove}</a> {tr}Remove Type{/tr}
+ <a title="{tr}Remove{/tr}" href="{$smarty.const.ARTICLES_PKG_URL}admin/admin_types.php?remove_type={$types[user].article_type_id}">{biticon ipackage="icons" iname="user-trash" ipackage="icons" iexplain=remove}</a> {tr}Remove Type{/tr}
{else}
{tr}Number of Entries{/tr}: {$types[user].article_cnt}
{/if}