diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-04 11:31:56 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-04 11:31:56 +0100 |
| commit | e3b6a0ef33aa5a94168f9db4df506ea355e4fba7 (patch) | |
| tree | d0aa898b6f488402b7ce424bd14eba91ba92206d /liberty_plugins | |
| parent | 22472473056161bf84a2d80f576e116b66fb5633 (diff) | |
| download | fisheye-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-x | liberty_plugins/data.carousel.php | 2 | ||||
| -rwxr-xr-x | liberty_plugins/data.gallery.php | 2 | ||||
| -rwxr-xr-x | liberty_plugins/data.image.php | 2 |
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 |
