summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-04 11:31:57 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-04 11:31:57 +0100
commit63a2a4a41b4b25c2e582480d6a971a1206acc64b (patch)
tree42f987110a00ba479d22320fa82afb442351bf34
parent4077c49356aadbd2fe0498c1655966407c4165dd (diff)
downloadprotector-63a2a4a41b4b25c2e582480d6a971a1206acc64b.tar.gz
protector-63a2a4a41b4b25c2e582480d6a971a1206acc64b.tar.bz2
protector-63a2a4a41b4b25c2e582480d6a971a1206acc64b.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>
-rwxr-xr-xtemplates/protector_service_icon.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protector_service_icon.tpl b/templates/protector_service_icon.tpl
index 8636356..bd730ee 100755
--- a/templates/protector_service_icon.tpl
+++ b/templates/protector_service_icon.tpl
@@ -12,5 +12,5 @@
{assign var=securityLabel value="Password Required"}
{/if}
{if !empty($securityLabel)}
- {booticon iname="icon-lock" ipackage="icons" iexplain=$securityLabel iforce=icon_text}
+ {biticon ipackage="icons" iname="lock" ipackage="icons" iexplain=$securityLabel iforce=icon_text}
{/if}