summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}