diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-04 11:31:57 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-04 11:31:57 +0100 |
| commit | 1c7904697ff76d162c964fb2dbb4e63f589d08c0 (patch) | |
| tree | ed9d55cbaf497bd3f13c6156d1bb53d598e0bf74 /templates/list_components.tpl | |
| parent | 0309f4edb22bca48c0cf7184b16c581526e911cd (diff) | |
| download | stock-1c7904697ff76d162c964fb2dbb4e63f589d08c0.tar.gz stock-1c7904697ff76d162c964fb2dbb4e63f589d08c0.tar.bz2 stock-1c7904697ff76d162c964fb2dbb4e63f589d08c0.zip | |
Convert {booticon} to {biticon} — freedesktop/tango icon names throughout
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/list_components.tpl')
| -rw-r--r-- | templates/list_components.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <section class="body"> {if $gBitSystem->isFeatureActive('stock_item_list_creator') || $gBitSystem->isFeatureActive('stock_item_list_date') || $gBitSystem->isFeatureActive('stock_item_list_hits')} <ul class="list-inline sortby"> - <li>{booticon iname="icon-circle-arrow-right" ipackage="icons" iexplain="sort by" iforce="icon"}</li> + <li>{biticon ipackage="icons" iname="go-next" ipackage="icons" iexplain="sort by" iforce="icon"}</li> {if $gBitSystem->isFeatureActive('stock_item_list_creator')} <li>{smartlink ititle="Creator" isort=$gBitSystem->getConfig('users_display_name') icontrol=$listInfo}</li> {/if} |
