From 268ce0ddf9fde07e2420642ad0cc44e824da4e52 Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Thu, 4 Jun 2026 11:31:58 +0100 Subject: Convert {booticon} to {biticon} — freedesktop/tango icon names throughout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace all {booticon iname="icon-*"} and {booticon iname="fa-*"} calls with {biticon ipackage="icons" iname=""} 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 --- templates/admin_external_wikis.tpl | 4 ++-- templates/center_wiki_page.tpl | 2 +- templates/copyrights.tpl | 6 +++--- templates/list_books.tpl | 6 +++--- templates/list_pages.tpl | 10 +++++----- templates/menu_wiki.tpl | 18 +++++++++--------- templates/page_icons.tpl | 34 +++++++++++++++++----------------- templates/page_permissions.tpl | 2 +- templates/print.tpl | 2 +- 9 files changed, 42 insertions(+), 42 deletions(-) diff --git a/templates/admin_external_wikis.tpl b/templates/admin_external_wikis.tpl index e81b152..7856b21 100755 --- a/templates/admin_external_wikis.tpl +++ b/templates/admin_external_wikis.tpl @@ -30,8 +30,8 @@ {$channels[user].name} {$channels[user].extwiki} -   {booticon iname="fa-trash" iexplain="remove"}   - {booticon iname="fa-pen-to-square" iexplain="edit"} +   {biticon ipackage="icons" iname="edit-delete" iexplain="remove"}   + {biticon ipackage="icons" iname="document-properties" iexplain="edit"} {sectionelse} diff --git a/templates/center_wiki_page.tpl b/templates/center_wiki_page.tpl index f1167ab..b036bfc 100644 --- a/templates/center_wiki_page.tpl +++ b/templates/center_wiki_page.tpl @@ -3,7 +3,7 @@
{/form} {/section} diff --git a/templates/list_books.tpl b/templates/list_books.tpl index 2874d80..d7a39cd 100644 --- a/templates/list_books.tpl +++ b/templates/list_books.tpl @@ -24,15 +24,15 @@ {if ($channels[ix].creator_user_id == $gBitUser->mUserId) || $gBitUser->hasPermission( 'p_wiki_admin_book' )} - {booticon iname="fa-gears" iexplain="edit book"} + {biticon ipackage="icons" iname="preferences-system" iexplain="edit book"} {/if} {if $gBitUser->isAdmin()} {if $gBitSystem->isPackageActive( 'nexus' )} - {booticon iname="fa-sitemap" iexplain="create menu from structure"} + {biticon ipackage="icons" iname="preferences-system" iexplain="create menu from structure"} {/if} {/if} {if ($channels[ix].creator_user_id == $gBitUser->mUserId) || $gBitUser->hasPermission( 'p_wiki_admin_book' )} - {booticon iname="fa-trash" iexplain="remove"} + {biticon ipackage="icons" iname="edit-delete" iexplain="remove"} {/if} diff --git a/templates/list_pages.tpl b/templates/list_pages.tpl index a599188..551b17a 100644 --- a/templates/list_pages.tpl +++ b/templates/list_pages.tpl @@ -6,7 +6,7 @@
{form class="form-inline" } - {booticon iname="fa-magnifying-glass" iexplain="Search"} + {biticon ipackage="icons" iname="edit-find" iexplain="Search"} {/form}
@@ -21,7 +21,7 @@ {form id="checkform"}