summaryrefslogtreecommitdiff
path: root/liberty_plugins
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
commit1c7904697ff76d162c964fb2dbb4e63f589d08c0 (patch)
treeed9d55cbaf497bd3f13c6156d1bb53d598e0bf74 /liberty_plugins
parent0309f4edb22bca48c0cf7184b16c581526e911cd (diff)
downloadstock-1c7904697ff76d162c964fb2dbb4e63f589d08c0.tar.gz
stock-1c7904697ff76d162c964fb2dbb4e63f589d08c0.tar.bz2
stock-1c7904697ff76d162c964fb2dbb4e63f589d08c0.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 'liberty_plugins')
-rwxr-xr-xliberty_plugins/data.assembly.php2
-rwxr-xr-xliberty_plugins/data.component.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/liberty_plugins/data.assembly.php b/liberty_plugins/data.assembly.php
index 337eda6..968ff46 100755
--- a/liberty_plugins/data.assembly.php
+++ b/liberty_plugins/data.assembly.php
@@ -27,7 +27,7 @@ $pluginParams = [
'syntax' => '{assembly id= }',
'plugin_type' => DATA_PLUGIN,
- 'booticon' => '{booticon iname="icon-list" iexplain="Assembly"}',
+ 'booticon' => '{biticon ipackage="icons" iname="text-x-generic" iexplain="Assembly"}',
'taginsert' => '{assembly id= nolink=}',
'help_function' => 'data_assembly_help',
diff --git a/liberty_plugins/data.component.php b/liberty_plugins/data.component.php
index 438f7e5..31f40e3 100755
--- a/liberty_plugins/data.component.php
+++ b/liberty_plugins/data.component.php
@@ -27,7 +27,7 @@ $pluginParams = [
'syntax' => '{component id= }',
'plugin_type' => DATA_PLUGIN,
- 'booticon' => '{booticon iname="icon-tag" iexplain="Component"}',
+ 'booticon' => '{biticon ipackage="icons" iname="emblem-favorite" iexplain="Component"}',
'taginsert' => '{component id= nolink=}',
'help_function' => 'data_component_help',