diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-04 13:20:26 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-04 13:20:26 +0100 |
| commit | d243a1a52b7a91f369b6b6af3446341192959264 (patch) | |
| tree | 4c32010e89568dd1abe1d0f3906accbf6b4b1709 | |
| parent | 4c8526cccc5057127aab13a8db1404d0a8308717 (diff) | |
| download | messages-d243a1a52b7a91f369b6b6af3446341192959264.tar.gz messages-d243a1a52b7a91f369b6b6af3446341192959264.tar.bz2 messages-d243a1a52b7a91f369b6b6af3446341192959264.zip | |
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/mailbox.tpl | 4 |
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%"> </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}&priority={$smarty.request.priority}&flagval={$smarty.request.flagval}&sort_mode={$smarty.request.sort_mode}&find={$smarty.request.find}&msg_id={$items[user].msg_id}">{$items[user].subject}</a> |
