summaryrefslogtreecommitdiff
path: root/liberty_plugins
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
commite3b6a0ef33aa5a94168f9db4df506ea355e4fba7 (patch)
treed0aa898b6f488402b7ce424bd14eba91ba92206d /liberty_plugins
parent22472473056161bf84a2d80f576e116b66fb5633 (diff)
downloadfisheye-e3b6a0ef33aa5a94168f9db4df506ea355e4fba7.tar.gz
fisheye-e3b6a0ef33aa5a94168f9db4df506ea355e4fba7.tar.bz2
fisheye-e3b6a0ef33aa5a94168f9db4df506ea355e4fba7.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.carousel.php2
-rwxr-xr-xliberty_plugins/data.gallery.php2
-rwxr-xr-xliberty_plugins/data.image.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/liberty_plugins/data.carousel.php b/liberty_plugins/data.carousel.php
index d15dd4f..ffafa33 100755
--- a/liberty_plugins/data.carousel.php
+++ b/liberty_plugins/data.carousel.php
@@ -34,7 +34,7 @@ $pluginParams = [
'plugin_type' => DATA_PLUGIN,
// display icon in quicktags bar
- 'booticon' => '{booticon iname="icon-picture" iexplain="Image"}',
+ 'booticon' => '{biticon ipackage="icons" iname="image-x-generic" iexplain="Image"}',
'taginsert' => '{carousel id= size= nolink=}',
// functions
diff --git a/liberty_plugins/data.gallery.php b/liberty_plugins/data.gallery.php
index a0cfccf..02c4978 100755
--- a/liberty_plugins/data.gallery.php
+++ b/liberty_plugins/data.gallery.php
@@ -34,7 +34,7 @@ $pluginParams = [
'plugin_type' => DATA_PLUGIN,
// display icon in quicktags bar
- 'booticon' => '{booticon iname="icon-picture" iexplain="Image"}',
+ 'booticon' => '{biticon ipackage="icons" iname="image-x-generic" iexplain="Image"}',
'taginsert' => '{gallery id= size= nolink=}',
// functions
diff --git a/liberty_plugins/data.image.php b/liberty_plugins/data.image.php
index e801cff..94833ba 100755
--- a/liberty_plugins/data.image.php
+++ b/liberty_plugins/data.image.php
@@ -34,7 +34,7 @@ $pluginParams = [
'plugin_type' => DATA_PLUGIN,
// display icon in quicktags bar
- 'booticon' => '{booticon iname="icon-picture" iexplain="Image"}',
+ 'booticon' => '{biticon ipackage="icons" iname="image-x-generic" iexplain="Image"}',
'taginsert' => '{image id= size= nolink=}',
// functions