From 6f26f3d386a47021e3ae48c9200bbe91de0642b0 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 24 Feb 2025 10:05:03 -0700 Subject: [PATCH] Fix item overflow affected This problem didn't affect all screen resolutions. --- core/contacts/contact_edit.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/contacts/contact_edit.php b/core/contacts/contact_edit.php index 75e7caf809..e95f3c1393 100644 --- a/core/contacts/contact_edit.php +++ b/core/contacts/contact_edit.php @@ -1574,7 +1574,7 @@ if ($_SESSION['contact']['permissions']['boolean'] == "true") { } if (permission_exists('contact_user_add')) { echo "
\n"; - echo " \n"; echo " \n"; foreach ($users as $field) { if (!empty($contact_users_assigned) && in_array($field['user_uuid'], array_column($contact_users_assigned, 'user_uuid'))) { continue; } //skip users already assigned @@ -1632,7 +1632,7 @@ if ($_SESSION['contact']['permissions']['boolean'] == "true") { if (permission_exists('contact_group_add')) { if (!empty($contact_groups_available)) { echo "
\n"; - echo " \n"; echo " \n"; foreach ($contact_groups_available as $field) { if ($field['group_name'] == "superadmin" && !if_group("superadmin")) { continue; } //only show superadmin group to superadmins @@ -1788,10 +1788,10 @@ if (permission_exists('contact_phone_view')) { echo "
\n"; echo " ".$text['label-phone_type']."\n"; echo "
\n"; - echo "
\n"; - echo "  \n"; - echo "  \n"; - echo "  \n"; + echo "
\n"; + echo " \n"; + echo " \n"; + echo " \n"; echo " \n"; echo "
\n"; //echo $text['description-phone_type']."\n";