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:
FusionPBX
2016-07-22 12:14:30 -06:00
committed by GitHub
parent 12b79ad24f
commit 110022a14f

View File

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