diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-04 13:17:19 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-04 13:17:19 +0100 |
| commit | 998398db32e6edb835973cf3cd9698fa135b69c0 (patch) | |
| tree | 182a344d164da8e87dc42ca05d760bc8f3d7d46c | |
| parent | eaf139ca5aec232a60a2fe37b77813ef750542a3 (diff) | |
| download | newsletters-998398db32e6edb835973cf3cd9698fa135b69c0.tar.gz newsletters-998398db32e6edb835973cf3cd9698fa135b69c0.tar.bz2 newsletters-998398db32e6edb835973cf3cd9698fa135b69c0.zip | |
Switch iconset to SVG-only — drop small/medium/large PNG directories
All iconset icons (ipackage=icons) now served from scalable/ as SVGs.
ipath (/small/, /medium/, /large/) is preserved only for cache key
differentiation and SVG width/height calculation; no PNG directory
lookups are performed.
Four icons remapped to SVG equivalents that exist in tango/scalable/:
dialog-cancel -> process-stop (newsletters: unsubscribed)
emblem-downloads -> network-receive (fisheye: download file)
emblem-shared -> emblem-symbolic-link (boards: moved topic)
mail-mark-important -> emblem-important (messages: flagged)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rwxr-xr-x | templates/center_list_newsletters.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/center_list_newsletters.tpl b/templates/center_list_newsletters.tpl index 6ce06f8..a5104a1 100755 --- a/templates/center_list_newsletters.tpl +++ b/templates/center_list_newsletters.tpl @@ -71,7 +71,7 @@ <li class="item {cycle values='odd,even'}"> <div class="floaticon"> {if $subs.$nlId.unsubscribe_all || $subs.$nlId.unsubscribe_date} - <strong>{biticon ipackage="icons" iname="dialog-cancel" iexplain="Success" iforce="icon"}{tr}Unsubscribed{/tr}: {$subs.$nlId.unsubscribe_date|bit_short_date}</strong><br/> + <strong>{biticon ipackage="icons" iname="process-stop" iexplain="Success" iforce="icon"}{tr}Unsubscribed{/tr}: {$subs.$nlId.unsubscribe_date|bit_short_date}</strong><br/> <a href="{$smarty.const.NEWSLETTERS_PKG_URL}sub.php?nl_id={$nl.nl_id}&sub=1">{tr}Subscribe{/tr}</a> {elseif $subs.$nlId} <strong>{biticon ipackage="icons" iname="dialog-ok" ipackage="icons" iexplain="Success" iforce="icon"}{tr}Subscribed{/tr}: {$subs.$nlId.subscribed_date|bit_short_date}</strong><br/> |
