mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Dialplan (Inbound) & Ring Group select box adjustments (focus at top, etc)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user