From f173bf07de2d6daf42d59232c6f579621ff064fa 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/menu_stats.tpl | 6 +++--- templates/referrer_stats.tpl | 16 ++++++++-------- templates/referrer_stats_ctm_inc.tpl | 4 ++-- templates/user_stats.tpl | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/templates/menu_stats.tpl b/templates/menu_stats.tpl index e8429f9..f19971e 100644 --- a/templates/menu_stats.tpl +++ b/templates/menu_stats.tpl @@ -2,13 +2,13 @@ {if $packageMenuTitle} {tr}{$packageMenuTitle}{/tr} {/if} {/strip} diff --git a/templates/referrer_stats.tpl b/templates/referrer_stats.tpl index 6265ba2..391f81a 100755 --- a/templates/referrer_stats.tpl +++ b/templates/referrer_stats.tpl @@ -18,7 +18,7 @@
@@ -30,12 +30,12 @@ {assign var=totalReg value=$totalReg+$regCount} {assign var=hostHash value=$host|md5} - {booticon iname='fa-magnifying-glass' class="btn btn-default btn-sm" onclick="BitBase.toggleElementDisplay('`$hostHash`','table-row-group');"} + {biticon ipackage="icons" iname='fa-magnifying-glass' class="btn btn-default btn-sm" onclick="BitBase.toggleElementDisplay('`$hostHash`','table-row-group');"}
 
{$host|escape} -
[{math equation="round((x / y) * 100)" x=$reg|@count y=$totalRegistrations}% ] {booticon iname='fa-clock'}
+
[{math equation="round((x / y) * 100)" x=$reg|@count y=$totalRegistrations}% ] {biticon ipackage="icons" iname='fa-clock'}
{if $aggregateStats.$host} - {$reg|@count} {booticon iname="fa-user"} - {$aggregateStats.$host.info.orders|default:"0"} {booticon iname="fa-cart-shopping"} + {$reg|@count} {biticon ipackage="icons" iname="user-desktop"} + {$aggregateStats.$host.info.orders|default:"0"} {biticon ipackage="icons" iname="package-x-generic"} {$gCommerceCurrencies->format($aggregateStats.$host.info.revenue|default:"0.00")} {/if} @@ -46,7 +46,7 @@ {foreach from=$aggregateStats.$host.values item=paramValues key=paramKey}