mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user