From 998398db32e6edb835973cf3cd9698fa135b69c0 Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Thu, 4 Jun 2026 13:17:19 +0100 Subject: Switch iconset to SVG-only — drop small/medium/large PNG directories MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- templates/center_list_newsletters.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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 @@
  • {if $subs.$nlId.unsubscribe_all || $subs.$nlId.unsubscribe_date} - {biticon ipackage="icons" iname="dialog-cancel" iexplain="Success" iforce="icon"}{tr}Unsubscribed{/tr}: {$subs.$nlId.unsubscribe_date|bit_short_date}
    + {biticon ipackage="icons" iname="process-stop" iexplain="Success" iforce="icon"}{tr}Unsubscribed{/tr}: {$subs.$nlId.unsubscribe_date|bit_short_date}
    {tr}Subscribe{/tr} {elseif $subs.$nlId} {biticon ipackage="icons" iname="dialog-ok" ipackage="icons" iexplain="Success" iforce="icon"}{tr}Subscribed{/tr}: {$subs.$nlId.subscribed_date|bit_short_date}
    -- cgit v1.3