summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-02 17:42:27 -0400
committerspiderr <spider@viovio.com>2013-04-02 17:42:27 -0400
commit40e99065cd50bec7c4eab07f3fa636d5a1677d68 (patch)
tree29c5bae736cffe8141ed691c25bcc9baa9f962e1 /modules
parentff82ca217b12e688bbe1d8d0d41bcf2de8b01a85 (diff)
downloadusers-40e99065cd50bec7c4eab07f3fa636d5a1677d68.tar.gz
users-40e99065cd50bec7c4eab07f3fa636d5a1677d68.tar.bz2
users-40e99065cd50bec7c4eab07f3fa636d5a1677d68.zip
convert lots of biticon to booticon
Diffstat (limited to 'modules')
-rw-r--r--modules/mod_user_profile.tpl2
-rw-r--r--modules/mod_who_is_there.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/mod_user_profile.tpl b/modules/mod_user_profile.tpl
index 012e314..2e48998 100644
--- a/modules/mod_user_profile.tpl
+++ b/modules/mod_user_profile.tpl
@@ -13,7 +13,7 @@
<div class="floaticon">
{if $gQueryUserId and $gBitSystem->isPackageActive( 'messages' ) and $gBitUser->hasPermission( 'p_messages_send' ) and $userPrefs.messages_allow_messages eq 'y'}
- &nbsp;<a href="{$smarty.const.MESSAGES_PKG_URL}compose.php?to={$userInfo.login}">{biticon ipackage="icons" iname="mail-forward" iexplain="Send user a personal message" iforce="icon"}</a>
+ &nbsp;<a href="{$smarty.const.MESSAGES_PKG_URL}compose.php?to={$userInfo.login}">{booticon iname="icon-envelope" ipackage="icons" iexplain="Send user a personal message" iforce="icon"}</a>
{/if}
{if $gBitUser->hasPermission('p_users_edit_user_homepage')}
<a href="{$smarty.const.USERS_PKG_URL}preferences.php?view_user={$userInfo.user_id}">{booticon iname="icon-edit" ipackage="icons" iexplain="Edit your preferences"}</a>
diff --git a/modules/mod_who_is_there.tpl b/modules/mod_who_is_there.tpl
index 561ddfc..f0632ec 100644
--- a/modules/mod_who_is_there.tpl
+++ b/modules/mod_who_is_there.tpl
@@ -14,7 +14,7 @@
</div>
{section name=ix loop=$online_users}
{if $user and $gBitSystem->isFeatureActive( 'feature_messages' ) and $gBitUser->hasPermission( 'p_messages_send' )}
- <a href="{$smarty.const.MESSAGES_PKG_URL}compose.php?to={$online_users[ix].user}" title="{tr}Send a message to{/tr} {$online_users[ix].user}">{biticon ipackage="icons" iname="mail-forward style="width:8px;height:8px;"" iexplain="send message"}</a>
+ <a href="{$smarty.const.MESSAGES_PKG_URL}compose.php?to={$online_users[ix].user}" title="{tr}Send a message to{/tr} {$online_users[ix].user}">{booticon iname="icon-envelope" ipackage="icons" style="width:8px;height:8px;"" iexplain="send message"}</a>
{/if}
{if $online_users[ix].users_information eq 'public'}
{math equation="x - y" x=$smarty.now y=$online_users[ix].last_get assign=idle}