summaryrefslogtreecommitdiff
path: root/templates/my_group_edit.tpl
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-04 11:31:58 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-04 11:31:58 +0100
commite6a2d7ec3d33fce149021f9fe30ec08ed49eafcd (patch)
treee814acb48977da8c9711aa9559eff09525dc6ca4 /templates/my_group_edit.tpl
parent1c97c40d0f6c22709ffcd3779c5649ec74d3c1b3 (diff)
downloadusers-e6a2d7ec3d33fce149021f9fe30ec08ed49eafcd.tar.gz
users-e6a2d7ec3d33fce149021f9fe30ec08ed49eafcd.tar.bz2
users-e6a2d7ec3d33fce149021f9fe30ec08ed49eafcd.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/my_group_edit.tpl')
-rw-r--r--templates/my_group_edit.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/my_group_edit.tpl b/templates/my_group_edit.tpl
index c172437..3822299 100644
--- a/templates/my_group_edit.tpl
+++ b/templates/my_group_edit.tpl
@@ -116,7 +116,7 @@
{foreach from=$groupInfo.perms key=permName item=perm}
<tr class="{cycle values="odd,even"}">
<td>
- {smartlink ititle="Remove" booticon="fa-trash" package=$package group_id=$groupInfo.group_id action=remove permission=$permName}
+ {smartlink ititle="Remove" biticon="edit-delete" package=$package group_id=$groupInfo.group_id action=remove permission=$permName}
&nbsp;{$permName}
</td>
<td>{$perm.perm_desc}</td>