diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-04 13:20:22 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-04 13:20:22 +0100 |
| commit | f02668bc990e9b9f763e270d2749a7f59f3350d2 (patch) | |
| tree | f4f912e52f83cb935b4a20ad97220836758989e1 | |
| parent | 42bee2aceb465a44bcd0a1dfc79390bbfa9d7191 (diff) | |
| download | boards-f02668bc990e9b9f763e270d2749a7f59f3350d2.tar.gz boards-f02668bc990e9b9f763e270d2749a7f59f3350d2.tar.bz2 boards-f02668bc990e9b9f763e270d2749a7f59f3350d2.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.
Four icons remapped to SVG equivalents in tango/scalable/:
dialog-cancel -> process-stop (newsletters: unsubscribed)
emblem-downloads -> network-receive (fisheye: download file)
emblem-shared -> emblem-symbolic-link (boards: moved topic/thread)
mail-mark-important -> emblem-important (messages: flagged)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rwxr-xr-x | templates/list_topics.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/list_topics.tpl b/templates/list_topics.tpl index 6a798af..a85fd93 100755 --- a/templates/list_topics.tpl +++ b/templates/list_topics.tpl @@ -68,7 +68,7 @@ <td style="white-space:nowrap;">{* topic status icons *} {if $thread.th_moved>0} - {biticon ipackage="icons" iname="emblem-shared" iexplain="Moved Topic"} + {biticon ipackage="icons" iname="emblem-symbolic-link" iexplain="Moved Topic"} {else} {assign var=flip value=$thread.flip} {foreach from=$flip item=flip_s key=flip_name} @@ -108,7 +108,7 @@ {if $thread.th_moved==0 and $board->hasAdminPermission()} {*smartlink ititle="Edit" ifile="edit.php" ibiticon="liberty/edit" board_id=$thread.board_id*} <a href="{$smarty.const.BOARDS_PKG_URL}topic_move.php?t={$thread.th_thread_id|escape:"url"}" - title="Move Thread">{biticon ipackage="icons" iname="emblem-shared" iexplain="Move Thread" iforce="icon"} + title="Move Thread">{biticon ipackage="icons" iname="emblem-symbolic-link" iexplain="Move Thread" iforce="icon"} </a> <a title="Delete Topic" href="{$smarty.const.BOARDS_PKG_URL}edit_topic.php?remove=1&t={$thread.th_thread_id|escape:"url"}">{biticon ipackage="icons" iname="edit-delete" ipackage="icons" iexplain="Delete Thread" iforce="icon"}</a> {/if} </td> |
