summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-04 11:31:56 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-04 11:31:56 +0100
commit4c8526cccc5057127aab13a8db1404d0a8308717 (patch)
tree0da460b033c288301d0b1e0a449a87fd498b0da8
parent8a048d40504fa3b26095c0568dd246fd40afe148 (diff)
downloadmessages-4c8526cccc5057127aab13a8db1404d0a8308717.tar.gz
messages-4c8526cccc5057127aab13a8db1404d0a8308717.tar.bz2
messages-4c8526cccc5057127aab13a8db1404d0a8308717.zip
Convert {booticon} to {biticon} — freedesktop/tango icon names throughout
Replace all {booticon iname="icon-*"} and {booticon iname="fa-*"} calls with {biticon ipackage="icons" iname="<freedesktop-name>"} using the tango iconset. Mapping covers ~70 distinct old names to tango equivalents (edit-delete, document-properties, go-next, lock, internet-mail, etc.). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
-rwxr-xr-xtemplates/mailbox.tpl2
-rwxr-xr-xtemplates/read.tpl6
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/mailbox.tpl b/templates/mailbox.tpl
index 7ebae09..b04c2b0 100755
--- a/templates/mailbox.tpl
+++ b/templates/mailbox.tpl
@@ -16,7 +16,7 @@
<input type="hidden" name="flagval" value="{$smarty.request.flagval|escape}" />
<input type="hidden" name="priority" value="{$smarty.request.priority|escape}" />
- <a href="{$smarty.const.MESSAGES_PKG_URL}compose.php">{booticon iname="fa-envelope" iexplain="Compose Message"_text}</a>
+ <a href="{$smarty.const.MESSAGES_PKG_URL}compose.php">{biticon ipackage="icons" iname="internet-mail" iexplain="Compose Message"_text}</a>
{assign var=displayName value=$gBitSystem->getConfig("users_display_name","real_name") }
<table class="table data">
diff --git a/templates/read.tpl b/templates/read.tpl
index e496809..22d5bda 100755
--- a/templates/read.tpl
+++ b/templates/read.tpl
@@ -17,13 +17,13 @@
<div class="body">
<ul class="list-inline navbar">
{if $msg.is_flagged eq 'y'}
- <li>{booticon iname="fa-enevelope-dot" iexplain=Flagged} {smartlink ititle="Unflag Message" offset=$smarty.request.offset act=is_flagged actval=n msg_id=$msg_id sort_mode=$smarty.request.sort_mode find=$smarty.request.find flag=$smarty.request.flag priority=$priority flagval=$smarty.request.flagval}</li>
+ <li>{biticon ipackage="icons" iname="internet-mail" iexplain=Flagged} {smartlink ititle="Unflag Message" offset=$smarty.request.offset act=is_flagged actval=n msg_id=$msg_id sort_mode=$smarty.request.sort_mode find=$smarty.request.find flag=$smarty.request.flag priority=$priority flagval=$smarty.request.flagval}</li>
{else}
<li>{smartlink ititle="Flag Message" offset=$smarty.request.offset act=is_flagged actval=y msg_id=$msg_id sort_mode=$smarty.request.sort_mode find=$smarty.request.find flag=$smarty.request.flag priority=$priority flagval=$smarty.request.flagval}</li>
{/if}
<li>{smartlink ititle="Delete" msg_id=$read_id offset=$smarty.request.offset msgdel=$msg_id sort_mode=$smarty.request.sort_mode find=$smarty.request.find flag=$smarty.request.flag priority=$priority flagval=$smarty.request.flagval}</li>
- {if $prev}<li>{smartlink ianchor=top ititle="Previous message" booticon="fa-arrow-left" sort_mode=$smarty.request.sort_mode msg_id=$prev find=$smarty.request.find flag=$smarty.request.flag priority=$priority flagval=$smarty.request.flagval}</li>{/if}
- {if $next}<li>{smartlink ianchor=top ititle="Next message" booticon="fa-arrow-right" sort_mode=$smarty.request.sort_mode msg_id=$next find=$smarty.request.find flag=$smarty.request.flag priority=$priority flagval=$smarty.request.flagval}</li>{/if}
+ {if $prev}<li>{smartlink ianchor=top ititle="Previous message" biticon="go-previous" sort_mode=$smarty.request.sort_mode msg_id=$prev find=$smarty.request.find flag=$smarty.request.flag priority=$priority flagval=$smarty.request.flagval}</li>{/if}
+ {if $next}<li>{smartlink ianchor=top ititle="Next message" biticon="go-next" sort_mode=$smarty.request.sort_mode msg_id=$next find=$smarty.request.find flag=$smarty.request.flag priority=$priority flagval=$smarty.request.flagval}</li>{/if}
</ul>
{if $legend}