summaryrefslogtreecommitdiff
path: root/templates/admin_xref_groups.tpl
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-04 11:31:56 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-04 11:31:56 +0100
commit248c457f8e875eb9efe6705bbfb6a506283ccfc9 (patch)
tree594cda6ab006c11db5c5e3c6095ef929893074da /templates/admin_xref_groups.tpl
parent5a610769016dc8b3de7d96c2a9721ad3c226585d (diff)
downloadliberty-248c457f8e875eb9efe6705bbfb6a506283ccfc9.tar.gz
liberty-248c457f8e875eb9efe6705bbfb6a506283ccfc9.tar.bz2
liberty-248c457f8e875eb9efe6705bbfb6a506283ccfc9.zip
Convert {booticon} to {biticon} — freedesktop/tango icon names throughout
Replace all {booticon iname="icon-*"} and {booticon iname="fa-*"} calls with {biticon ipackage="icons" iname="<freedesktop-name>"} using the tango iconset. Mapping covers ~70 distinct old names to tango equivalents (edit-delete, document-properties, go-next, lock, internet-mail, etc.). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'templates/admin_xref_groups.tpl')
-rw-r--r--templates/admin_xref_groups.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_xref_groups.tpl b/templates/admin_xref_groups.tpl
index 8f3d580..fd0c1d9 100644
--- a/templates/admin_xref_groups.tpl
+++ b/templates/admin_xref_groups.tpl
@@ -85,7 +85,7 @@
<td>
{if $grp.num_sources eq 0}
<a href="{$smarty.const.LIBERTY_PKG_URL}admin/admin_xref_groups.php?fDeleteGroup=1&amp;x_group={$grp.x_group|escape}&amp;del_content_type_guid={$grp.content_type_guid|escape}&amp;content_type_guid={$activeGuid|escape}"
- onclick="return confirm('{tr}Delete this group?{/tr}')">{booticon iname="icon-trash" ipackage="icons" iforce=icon_text iexplain="Delete"}</a>
+ onclick="return confirm('{tr}Delete this group?{/tr}')">{biticon ipackage="icons" iname="edit-delete" ipackage="icons" iforce=icon_text iexplain="Delete"}</a>
{/if}
</td>