summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2022-07-31 13:57:50 -0400
committerspiderr <spiderr@bitweaver.org>2022-07-31 13:57:50 -0400
commit234d8073dc607c3726af8ac21ba1c70f73d5b0f7 (patch)
tree09cb2b7e7b02ee16f07dd076c787bbbd371b46fb /modules
parentfe81f9394953662a811ed148c0161dc8af8b443b (diff)
downloadusers-234d8073dc607c3726af8ac21ba1c70f73d5b0f7.tar.gz
users-234d8073dc607c3726af8ac21ba1c70f73d5b0f7.tar.bz2
users-234d8073dc607c3726af8ac21ba1c70f73d5b0f7.zip
migrate from font-awesome 3.2.1 icon- to 6.1.2 fa-
Diffstat (limited to 'modules')
-rw-r--r--modules/mod_user_profile.tpl4
-rw-r--r--modules/mod_who_is_there.tpl2
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/mod_user_profile.tpl b/modules/mod_user_profile.tpl
index 4355975..88eb3bc 100644
--- a/modules/mod_user_profile.tpl
+++ b/modules/mod_user_profile.tpl
@@ -13,10 +13,10 @@
<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}">{booticon iname="icon-envelope" ipackage="icons" iexplain="Send user a personal message" iforce="icon"}</a>
+ &nbsp;<a href="{$smarty.const.MESSAGES_PKG_URL}compose.php?to={$userInfo.login}">{booticon iname="fa-envelope" iexplain="Send user a personal message"}</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>
+ <a href="{$smarty.const.USERS_PKG_URL}preferences.php?view_user={$userInfo.user_id}">{booticon iname="fa-pencil" iexplain="Edit your preferences"}</a>
{/if}
</div>
diff --git a/modules/mod_who_is_there.tpl b/modules/mod_who_is_there.tpl
index f0632ec..348ee0a 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}">{booticon iname="icon-envelope" ipackage="icons" 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="fa-envelope" 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}