diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-04 11:31:56 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-04 11:31:56 +0100 |
| commit | 4c8526cccc5057127aab13a8db1404d0a8308717 (patch) | |
| tree | 0da460b033c288301d0b1e0a449a87fd498b0da8 /templates/mailbox.tpl | |
| parent | 8a048d40504fa3b26095c0568dd246fd40afe148 (diff) | |
| download | messages-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>
Diffstat (limited to 'templates/mailbox.tpl')
| -rwxr-xr-x | templates/mailbox.tpl | 2 |
1 files changed, 1 insertions, 1 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"> |
