Dialplan (Inbound) & Ring Group select box adjustments (focus at top, etc)

This commit is contained in:
Nate Jones
2014-04-15 01:31:49 +00:00
parent 5d250eba32
commit a1010fecce
3 changed files with 18 additions and 13 deletions

View File

@@ -1614,9 +1614,9 @@ function switch_select_destination($select_type, $select_label, $select_name, $s
if (strlen($select_label) > 0) {
echo " <option value='".$select_value."' selected='selected'>".$select_label."</option>\n";
}
else {
echo " <option value='".$select_value."' selected='selected'>".$select_value."</option>\n";
}
//else {
// echo " <option value='".$select_value."' selected='selected'>".$select_value."</option>\n";
//}
}
if ($select_type == "dialplan" || $select_type == "ivr" || $select_type == "call_center_contact") {
echo "</optgroup>\n";