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 | 248c457f8e875eb9efe6705bbfb6a506283ccfc9 (patch) | |
| tree | 594cda6ab006c11db5c5e3c6095ef929893074da /plugins | |
| parent | 5a610769016dc8b3de7d96c2a9721ad3c226585d (diff) | |
| download | liberty-248c457f8e875eb9efe6705bbfb6a506283ccfc9.tar.gz liberty-248c457f8e875eb9efe6705bbfb6a506283ccfc9.tar.bz2 liberty-248c457f8e875eb9efe6705bbfb6a506283ccfc9.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 'plugins')
| -rwxr-xr-x | plugins/data.attachment.php | 2 | ||||
| -rwxr-xr-x | plugins/data.img.php | 2 | ||||
| -rwxr-xr-x | plugins/data.jstabs.php | 2 | ||||
| -rwxr-xr-x | plugins/data.toc.php | 2 | ||||
| -rwxr-xr-x | plugins/filter.maketoc.php | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/plugins/data.attachment.php b/plugins/data.attachment.php index 5ba05e6..52f2395 100755 --- a/plugins/data.attachment.php +++ b/plugins/data.attachment.php @@ -43,7 +43,7 @@ $pluginParams = [ 'help_function' => '\data_attachment_help', 'syntax' => '{attachment id= size= align= }', 'plugin_type' => DATA_PLUGIN, - 'booticon' => '{booticon iname="icon-paper-clip" iexplain="Attachment"}', + 'booticon' => '{biticon ipackage="icons" iname="mail-attachment" iexplain="Attachment"}', 'taginsert' => '{attachment id= align= size= description= alt=}', ]; $gLibertySystem->registerPlugin( PLUGIN_GUID_DATAATTACHMENT, $pluginParams ); diff --git a/plugins/data.img.php b/plugins/data.img.php index 32008b5..43a1e5c 100755 --- a/plugins/data.img.php +++ b/plugins/data.img.php @@ -27,7 +27,7 @@ $pluginParams = [ 'help_function' => '\data_img_help', 'syntax' => "{img src=http://www.google.at/logos/olympics06_ski_jump.gif}", 'plugin_type' => DATA_PLUGIN, - 'booticon' => '{booticon iname="icon-picture" iexplain="Web Image"}', + 'booticon' => '{biticon ipackage="icons" iname="image-x-generic" iexplain="Web Image"}', 'taginsert' => '{img src= width= height= align= description= link=}', ]; $gLibertySystem->registerPlugin( PLUGIN_GUID_DATAIMG, $pluginParams ); diff --git a/plugins/data.jstabs.php b/plugins/data.jstabs.php index d3e9c15..c200f7a 100755 --- a/plugins/data.jstabs.php +++ b/plugins/data.jstabs.php @@ -27,7 +27,7 @@ $pluginParams = [ 'plugin_type' => DATA_PLUGIN, // display icon in quicktags bar - 'booticon' => '{booticon iname="icon-folder-closed-alt" iexplain="Javascript Tabs"}', + 'booticon' => '{biticon ipackage="icons" iname="folder" iexplain="Javascript Tabs"}', 'taginsert' => '{jstabs}text{/jstabs}', // functions diff --git a/plugins/data.toc.php b/plugins/data.toc.php index 5428587..fe57e5d 100755 --- a/plugins/data.toc.php +++ b/plugins/data.toc.php @@ -42,7 +42,7 @@ $pluginParams = [ 'help_function' => '\data_toc_help', 'syntax' => '{toc structure_id= }', 'plugin_type' => DATA_PLUGIN, - 'booticon' => '{booticon iname="icon-list-ol" iexplain="Structure Table of Contents"}', + 'booticon' => '{biticon ipackage="icons" iname="text-x-generic" iexplain="Structure Table of Contents"}', 'taginsert' => '{toc}', 'structure_id' => 'id of the structure to display', ]; diff --git a/plugins/filter.maketoc.php b/plugins/filter.maketoc.php index 04b3467..99cc5c4 100755 --- a/plugins/filter.maketoc.php +++ b/plugins/filter.maketoc.php @@ -32,7 +32,7 @@ $pluginParams = [ 'help_page' => 'Maketoc Filter', 'help_function' => 'maketoc_help', 'syntax' => '{maketoc}', - 'booticon' => '{booticon iname="icon-list-ul" iexplain="Page Table of Contents"}', + 'booticon' => '{biticon ipackage="icons" iname="text-x-generic" iexplain="Page Table of Contents"}', 'taginsert' => '{maketoc}', ]; $gLibertySystem->registerPlugin( PLUGIN_GUID_FILTERMAKETOC, $pluginParams ); |
