Operator Panel: Tighten extension blocks vertically when group selected, but no assigned extensions exist.

This commit is contained in:
Nate Jones 2014-12-03 20:05:49 +00:00
parent 4503a7d7bb
commit 3c8ae91400
1 changed files with 1 additions and 1 deletions

View File

@ -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>";
}