diff options
| author | spiderr <spiderr@bitweaver.org> | 2022-07-31 13:57:50 -0400 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2022-07-31 13:57:50 -0400 |
| commit | 234d8073dc607c3726af8ac21ba1c70f73d5b0f7 (patch) | |
| tree | 09cb2b7e7b02ee16f07dd076c787bbbd371b46fb /modules | |
| parent | fe81f9394953662a811ed148c0161dc8af8b443b (diff) | |
| download | users-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.tpl | 4 | ||||
| -rw-r--r-- | modules/mod_who_is_there.tpl | 2 |
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'} - <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> + <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} |
