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 | 18e4cfc8c3375459da0ea46825df7a9378119689 (patch) | |
| tree | e7bba299ea8fb451e1344dabce6d49dff3896f35 /templates | |
| parent | 61ddb17e44520da94443d95be6b2a48d6775893a (diff) | |
| download | calendar-master.tar.gz calendar-master.tar.bz2 calendar-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/calendar_box.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/calendar_box.tpl b/templates/calendar_box.tpl index 10893df..da4c340 100755 --- a/templates/calendar_box.tpl +++ b/templates/calendar_box.tpl @@ -2,7 +2,7 @@ <div class="calendar popup box"> {if $cellHash.content_id} {if $gBitSystem->isFeatureActive('calendar_ajax_popups')} - <div class="floaticon"><a onclick="javascript:return cClick();">{booticon iname="icon-remove" ipackage=icons iexplain="Close Popup"}</a></div> + <div class="floaticon"><a onclick="javascript:return cClick();">{biticon ipackage="icons" iname="list-remove" ipackage=icons iexplain="Close Popup"}</a></div> {/if} <h3>{$cellHash.title|escape}</h3> {if !empty($cellHash.rendered)} |
