Update ivr_menu_edit.php
Add an empty option for long greeting so it doesn't select option say: automatically.
This commit is contained in:
parent
90bd147d43
commit
4fdb9045a5
|
|
@ -433,6 +433,7 @@
|
|||
echo "\n";
|
||||
}
|
||||
echo "<select name='ivr_menu_greet_long' class='formfld' style='width: 400px;' ".((if_group("superadmin")) ? "onchange='changeToInput(this);'" : null).">\n";
|
||||
echo " <option></option>\n";
|
||||
//misc optgroup
|
||||
if (if_group("superadmin")) {
|
||||
echo "<optgroup label='Misc'>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue