From f69262a6dc9a21e137b697df8ef353626bd0555d Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Fri, 5 Jun 2026 16:05:12 +0100 Subject: Switch icons: document-properties → edit, text-x-generic → view-list-text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- plugins/data.toc.php | 2 +- plugins/filter.maketoc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/data.toc.php b/plugins/data.toc.php index fe57e5d..063e6c0 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' => '{biticon ipackage="icons" iname="text-x-generic" iexplain="Structure Table of Contents"}', + 'booticon' => '{biticon ipackage="icons" iname="view-list-text" 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 99cc5c4..b5f0927 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' => '{biticon ipackage="icons" iname="text-x-generic" iexplain="Page Table of Contents"}', + 'booticon' => '{biticon ipackage="icons" iname="view-list-text" iexplain="Page Table of Contents"}', 'taginsert' => '{maketoc}', ]; $gLibertySystem->registerPlugin( PLUGIN_GUID_FILTERMAKETOC, $pluginParams ); -- cgit v1.3