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 | 7ab59f5bd8623c0c44e0e8090810a8742e93ca77 (patch) | |
| tree | 09ee9961ee010b23cb624109db357546cc811ed8 /templates | |
| parent | c694c8477dd0a46a9697d8f4db97934a6aaa23ba (diff) | |
| download | search-master.tar.gz search-master.tar.bz2 search-master.zip | |
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-x | templates/menu_search.tpl | 2 |
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} |
