summaryrefslogtreecommitdiff
path: root/templates
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
commit7ab59f5bd8623c0c44e0e8090810a8742e93ca77 (patch)
tree09ee9961ee010b23cb624109db357546cc811ed8 /templates
parentc694c8477dd0a46a9697d8f4db97934a6aaa23ba (diff)
downloadsearch-7ab59f5bd8623c0c44e0e8090810a8742e93ca77.tar.gz
search-7ab59f5bd8623c0c44e0e8090810a8742e93ca77.tar.bz2
search-7ab59f5bd8623c0c44e0e8090810a8742e93ca77.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')
-rwxr-xr-xtemplates/menu_search.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_search.tpl b/templates/menu_search.tpl
index 0ebf979..d66e9ae 100755
--- a/templates/menu_search.tpl
+++ b/templates/menu_search.tpl
@@ -1,7 +1,7 @@
{strip}
{if !empty($packageMenuTitle)}<a class="dropdown-toggle" data-toggle="dropdown" href="#"> {tr}{$packageMenuTitle}{/tr} <b class="caret"></b></a>{/if}
<ul class="{$packageMenuClass}">
-<li><a class="item" href="{$smarty.const.SEARCH_PKG_URL}index.php">{booticon iexplain=Search iname="icon-search" ilocation=menu}</a></li>
+<li><a class="item" href="{$smarty.const.SEARCH_PKG_URL}index.php">{biticon ipackage="icons" iexplain=Search iname="edit-find" ilocation=menu}</a></li>
</ul>
{/strip}