Operator Panel: Tighten extension blocks vertically when group selected, but no assigned extensions exist.
This commit is contained in:
parent
4503a7d7bb
commit
3c8ae91400
|
|
@ -231,7 +231,7 @@ if (sizeof($user_extensions) > 0) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($_REQUEST['group'] != '') {
|
if ($_REQUEST['group'] != '') {
|
||||||
echo "<br>";
|
if (sizeof($user_extensions) > 0) { echo "<br>"; }
|
||||||
echo "<strong style='color: black;'>".ucwords($_REQUEST['group'])."</strong>";
|
echo "<strong style='color: black;'>".ucwords($_REQUEST['group'])."</strong>";
|
||||||
echo "<br><br>";
|
echo "<br><br>";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue