From 1c7904697ff76d162c964fb2dbb4e63f589d08c0 Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Thu, 4 Jun 2026 11:31:57 +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/list_components.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/list_components.tpl') diff --git a/templates/list_components.tpl b/templates/list_components.tpl index 3f951b5..00fb5ca 100644 --- a/templates/list_components.tpl +++ b/templates/list_components.tpl @@ -10,7 +10,7 @@
{if $gBitSystem->isFeatureActive('stock_item_list_creator') || $gBitSystem->isFeatureActive('stock_item_list_date') || $gBitSystem->isFeatureActive('stock_item_list_hits')}
    -
  • {booticon iname="icon-circle-arrow-right" ipackage="icons" iexplain="sort by" iforce="icon"}
  • +
  • {biticon ipackage="icons" iname="go-next" ipackage="icons" iexplain="sort by" iforce="icon"}
  • {if $gBitSystem->isFeatureActive('stock_item_list_creator')}
  • {smartlink ititle="Creator" isort=$gBitSystem->getConfig('users_display_name') icontrol=$listInfo}
  • {/if} -- cgit v1.3