summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-04 13:20:26 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-04 13:20:26 +0100
commitd243a1a52b7a91f369b6b6af3446341192959264 (patch)
tree4c32010e89568dd1abe1d0f3906accbf6b4b1709
parent4c8526cccc5057127aab13a8db1404d0a8308717 (diff)
downloadmessages-master.tar.gz
messages-master.tar.bz2
messages-master.zip
Switch iconset to SVG-only — drop small/medium/large PNG directoriesHEADmaster
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-xtemplates/mailbox.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/mailbox.tpl b/templates/mailbox.tpl
index b04c2b0..ce4cb51 100755
--- a/templates/mailbox.tpl
+++ b/templates/mailbox.tpl
@@ -23,7 +23,7 @@
<caption>{tr}Messages{/tr}</caption>
<tr>
<th style="width:1%">&nbsp;</th>
- <th style="width:1%">{smartlink ititle="Flagged" isort=is_flagged ibiticon="icons/mail-mark-important" find=$smarty.request.find flag=$smarty.request.flag priority=$smarty.request.priority flagval=$smarty.request.flagval}</th>
+ <th style="width:1%">{smartlink ititle="Flagged" isort=is_flagged ibiticon="icons/emblem-important" find=$smarty.request.find flag=$smarty.request.flag priority=$smarty.request.priority flagval=$smarty.request.flagval}</th>
<th>{smartlink ititle="From" isort=$displayName find=$smarty.request.find flag=$smarty.request.flag priority=$smarty.request.priority flagval=$smarty.request.flagval}</th>
<th>{smartlink ititle="Subject" isort=subject find=$smarty.request.find flag=$smarty.request.flag priority=$smarty.request.priority flagval=$smarty.request.flagval}</th>
<th>{smartlink ititle="Date" isort=msg_date find=$smarty.request.find flag=$smarty.request.flag priority=$smarty.request.priority flagval=$smarty.request.flagval}</th>
@@ -33,7 +33,7 @@
{section name=user loop=$items}
<tr class="{cycle values="odd,even"}{if $items[user].is_read eq 'n'} highlight{/if}">
<td><input type="checkbox" name="msg[{$items[user].msg_id}]" /></td>
- <td class="prio{$items[user].priority}">{if $items[user].is_flagged eq 'y'}{biticon ipackage="icons" iname="mail-mark-important" iexplain="Flagged"}{/if}</td>
+ <td class="prio{$items[user].priority}">{if $items[user].is_flagged eq 'y'}{biticon ipackage="icons" iname="emblem-important" iexplain="Flagged"}{/if}</td>
<td>{displayname hash=$items[user]}</td>
<td>
<a href="{$smarty.const.MESSAGES_PKG_URL}read.php?flag={$smarty.request.flag}&amp;priority={$smarty.request.priority}&amp;flagval={$smarty.request.flagval}&amp;sort_mode={$smarty.request.sort_mode}&amp;find={$smarty.request.find}&amp;msg_id={$items[user].msg_id}">{$items[user].subject}</a>