From 234d8073dc607c3726af8ac21ba1c70f73d5b0f7 Mon Sep 17 00:00:00 2001 From: spiderr Date: Sun, 31 Jul 2022 13:57:50 -0400 Subject: migrate from font-awesome 3.2.1 icon- to 6.1.2 fa- --- modules/mod_user_profile.tpl | 4 ++-- modules/mod_who_is_there.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'modules') 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 @@
{if $gQueryUserId and $gBitSystem->isPackageActive( 'messages' ) and $gBitUser->hasPermission( 'p_messages_send' ) and $userPrefs.messages_allow_messages eq 'y'} -  {booticon iname="icon-envelope" ipackage="icons" iexplain="Send user a personal message" iforce="icon"} +  {booticon iname="fa-envelope" iexplain="Send user a personal message"} {/if} {if $gBitUser->hasPermission('p_users_edit_user_homepage')} - {booticon iname="icon-edit" ipackage="icons" iexplain="Edit your preferences"} + {booticon iname="fa-pencil" iexplain="Edit your preferences"} {/if}
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 @@ {section name=ix loop=$online_users} {if $user and $gBitSystem->isFeatureActive( 'feature_messages' ) and $gBitUser->hasPermission( 'p_messages_send' )} - {booticon iname="icon-envelope" ipackage="icons" style="width:8px;height:8px;"" iexplain="send message"} + {booticon iname="fa-envelope" iexplain="send message"} {/if} {if $online_users[ix].users_information eq 'public'} {math equation="x - y" x=$smarty.now y=$online_users[ix].last_get assign=idle} -- cgit v1.3