mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update Font Awesome to v6.6.x, adjust some icon references.
This commit is contained in:
@@ -2330,7 +2330,7 @@ if (permission_exists('contact_relation_view')) {
|
||||
}
|
||||
echo " <div class='button no-link' style='float: left; margin-top: 1px; margin-left: 8px;'>\n";
|
||||
echo " <a href='contact_edit.php?id=".escape($row['relation_contact_uuid'])."' target='_blank'>\n";
|
||||
echo " <span class='fas fa-user-friends' style='color: ".$body_text_color."; float: left; margin-top: 7px; margin-left: 3px;'></span>\n";
|
||||
echo " <span class='fas fa-user-group' style='color: ".$body_text_color."; float: left; margin-top: 7px; margin-left: 3px;'></span>\n";
|
||||
echo " </a>\n";
|
||||
echo " </div>\n";
|
||||
echo " </div>\n";
|
||||
|
||||
@@ -480,7 +480,7 @@
|
||||
if (permission_exists('contact_relation_view')) {
|
||||
echo " <div class='box contact-details'>\n";
|
||||
echo " <div class='grid contact-details'>\n";
|
||||
echo " <div class='box' title=\"".$text['header-contact_relations']."\"><b class='fas fa-project-diagram fa-fw fa-lg'></b></div>\n";
|
||||
echo " <div class='box' title=\"".$text['header-contact_relations']."\"><b class='fas fa-diagram-project fa-fw fa-lg'></b></div>\n";
|
||||
echo " <div class='box'>\n";
|
||||
require "contact_relations_view.php";
|
||||
echo " </div>\n";
|
||||
|
||||
Reference in New Issue
Block a user