mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 03:03:49 +00:00
Operator Panel: Tighten extension blocks vertically when group selected, but no assigned extensions exist.
This commit is contained in:
@@ -231,7 +231,7 @@ if (sizeof($user_extensions) > 0) {
|
||||
}
|
||||
|
||||
if ($_REQUEST['group'] != '') {
|
||||
echo "<br>";
|
||||
if (sizeof($user_extensions) > 0) { echo "<br>"; }
|
||||
echo "<strong style='color: black;'>".ucwords($_REQUEST['group'])."</strong>";
|
||||
echo "<br><br>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user