summaryrefslogtreecommitdiff
path: root/templates/user_stats.tpl
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-04 11:31:57 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-04 11:31:57 +0100
commitf173bf07de2d6daf42d59232c6f579621ff064fa (patch)
treebbb385d2142a0aedb913e0993c70c675ad3b0871 /templates/user_stats.tpl
parent9e4dc105d06e780a1b9b6b891893714c559e2056 (diff)
downloadstats-f173bf07de2d6daf42d59232c6f579621ff064fa.tar.gz
stats-f173bf07de2d6daf42d59232c6f579621ff064fa.tar.bz2
stats-f173bf07de2d6daf42d59232c6f579621ff064fa.zip
Convert {booticon} to {biticon} — freedesktop/tango icon names throughoutHEADmaster
Replace all {booticon iname="icon-*"} and {booticon iname="fa-*"} calls with {biticon ipackage="icons" iname="<freedesktop-name>"} 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 <noreply@anthropic.com>
Diffstat (limited to 'templates/user_stats.tpl')
-rw-r--r--templates/user_stats.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user_stats.tpl b/templates/user_stats.tpl
index a5f8f50..ead894d 100644
--- a/templates/user_stats.tpl
+++ b/templates/user_stats.tpl
@@ -24,7 +24,7 @@
[<a href="{$smarty.const.STATS_PKG_URL}referrers.php?period={$smarty.request.period}&amp;timeframe={$timeframe|urlencode}">Referrers</a>]
{/if}
</td>
- <td><div style="width:{math equation="round( ( r / m ) * 100 )" r=$reg m=$userStats.max}%; background:#ff9;padding:0 0 0 5px;">{booticon iname="fa-user"} <a href="{$smarty.const.USERS_PKG_URL}admin/index.php?period={$smarty.request.period}&amp;timeframe={$timeframe|urlencode}">{$reg}</a></div></td>
+ <td><div style="width:{math equation="round( ( r / m ) * 100 )" r=$reg m=$userStats.max}%; background:#ff9;padding:0 0 0 5px;">{biticon ipackage="icons" iname="user-desktop"} <a href="{$smarty.const.USERS_PKG_URL}admin/index.php?period={$smarty.request.period}&amp;timeframe={$timeframe|urlencode}">{$reg}</a></div></td>
</tr>
{foreachelse}
<tr class="norecords">