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')) {