diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-05 16:05:12 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-05 16:05:12 +0100 |
| commit | f69262a6dc9a21e137b697df8ef353626bd0555d (patch) | |
| tree | 0dcb9c337cacf8ae66993b4abe5feba4cc7262be /plugins | |
| parent | 9ab31b037e1ea14dc6e8a1bfbe73f285a172e94e (diff) | |
| download | liberty-f69262a6dc9a21e137b697df8ef353626bd0555d.tar.gz liberty-f69262a6dc9a21e137b697df8ef353626bd0555d.tar.bz2 liberty-f69262a6dc9a21e137b697df8ef353626bd0555d.zip | |
Switch icons: document-properties → edit, text-x-generic → view-list-text
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'plugins')
| -rwxr-xr-x | plugins/data.toc.php | 2 | ||||
| -rwxr-xr-x | plugins/filter.maketoc.php | 2 |
2 files changed, 2 insertions, 2 deletions
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 ); |
