From 2aea70ce7b12355f9fec28e041728c884f1742e1 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 24 Jul 2019 23:46:42 -0600 Subject: [PATCH] Update groups.php --- core/groups/groups.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/core/groups/groups.php b/core/groups/groups.php index 53452ce568..3e128f9718 100644 --- a/core/groups/groups.php +++ b/core/groups/groups.php @@ -134,9 +134,9 @@ $html .= " ".$text['label-domain']."\n"; } $html .= " ".$text['label-group_name']."\n"; - $html .= " ".$text['label-order']."\n"; $html .= " ".$text['label-group_tools']."\n"; $html .= " ".$text['label-group_protected']."\n"; + $html .= " ".$text['label-order']."\n"; $html .= " ".$text['label-group_description']."\n"; $html .= " "; if (permission_exists('group_add')) { @@ -187,10 +187,6 @@ } $html .= "\n"; - $html .= ""; - $html .= " ".$group_order; - $html .= "\n"; - $html .= "\n"; if (permission_exists('group_add') || if_group("superadmin")) { $html .= "".$text['label-group_permissions']."   "; @@ -202,9 +198,15 @@ } } $html .= "\n"; + $html .= "\n"; $html .= " \n"; $html .= "\n"; + + $html .= ""; + $html .= " ".$group_order; + $html .= "\n"; + $html .= "".$group_description."\n"; $html .= ""; if (permission_exists('group_edit')) {