diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-04 11:31:56 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-04 11:31:56 +0100 |
| commit | 86408f95b004cc3044a560b5bff1e28ac8359373 (patch) | |
| tree | 2d8cd1dc9168d6ef7990f7733a39e5d03de3f287 /templates/list2.tpl | |
| parent | 0fbda8a14700801da06e2c253c12281fb1e5e1e8 (diff) | |
| download | contact-86408f95b004cc3044a560b5bff1e28ac8359373.tar.gz contact-86408f95b004cc3044a560b5bff1e28ac8359373.tar.bz2 contact-86408f95b004cc3044a560b5bff1e28ac8359373.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/list2.tpl')
| -rwxr-xr-x | templates/list2.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list2.tpl b/templates/list2.tpl index 44056c2..c06d776 100755 --- a/templates/list2.tpl +++ b/templates/list2.tpl @@ -14,7 +14,7 @@ <table class="table data clear"> <caption>{tr}Available Content{/tr} <span class="total">[ {$listInfo.total_records} ]</span></caption> <tr> - <th class="width2p">{booticon ipackage="icons" iname="icon-link" iexplain="sort by"}</th> + <th class="width2p">{biticon ipackage="icons" iname="emblem-symbolic-link" iexplain="sort by"}</th> <th>{smartlink ititle="Contract" isort="xkey" ihash=$listInfo.ihash}</th> {* {if $gBitUser->hasPermission( 'p_liberty_view_all_status' )} <th>{smartlink ititle="Forename" isort="forename" ihash=$listInfo.ihash}</th> |
