From f01d893146e541110c227f695f09552de70f0004 Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Thu, 4 Jun 2026 11:31:56 +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/menu_items.tpl | 2 +- templates/menu_items_details_inc.tpl | 4 ++-- templates/menu_items_organise_inc.tpl | 8 ++++---- templates/menu_nexus.tpl | 6 +++--- templates/menu_sort.tpl | 2 +- templates/menus.tpl | 12 ++++++------ 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/templates/menu_items.tpl b/templates/menu_items.tpl index 7bbe953..04ac612 100755 --- a/templates/menu_items.tpl +++ b/templates/menu_items.tpl @@ -1,6 +1,6 @@ {strip} {if $editItem.menu_id} - + {/if}
diff --git a/templates/menu_items_details_inc.tpl b/templates/menu_items_details_inc.tpl index 9f1eeb0..b68a6f2 100755 --- a/templates/menu_items_details_inc.tpl +++ b/templates/menu_items_details_inc.tpl @@ -8,7 +8,7 @@
  • {html_checkboxes values=$item.item_id name=remove_item id="item_`$item.item_id`" style="float:right;"} - {booticon iname="icon-edit" ipackage="icons" iexplain="edit item" style="float:right" iforce=icon} + {biticon ipackage="icons" iname="document-properties" ipackage="icons" iexplain="edit item" style="float:right" iforce=icon}
  • diff --git a/templates/menu_nexus.tpl b/templates/menu_nexus.tpl index dbda709..cd6f38c 100755 --- a/templates/menu_nexus.tpl +++ b/templates/menu_nexus.tpl @@ -1,10 +1,10 @@ {strip} {if !empty($packageMenuTitle)} {tr}{$packageMenuTitle}{/tr} {/if} {/strip} diff --git a/templates/menu_sort.tpl b/templates/menu_sort.tpl index 4a610a3..632cdd2 100755 --- a/templates/menu_sort.tpl +++ b/templates/menu_sort.tpl @@ -1,6 +1,6 @@ {strip} {if $editItem.menu_id} - + {/if}