Add an empty select option for IVR Menu exit sound we don't want always require an exit sound.
This commit is contained in:
@@ -953,6 +953,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
|
|||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
echo "<td class='vtable' align='left'>\n";
|
echo "<td class='vtable' align='left'>\n";
|
||||||
echo "<select name='ivr_menu_exit_sound' class='formfld' style='width: 350px;' ".((if_group("superadmin")) ? "onchange='changeToInput(this);'" : null)." required='required'>\n";
|
echo "<select name='ivr_menu_exit_sound' class='formfld' style='width: 350px;' ".((if_group("superadmin")) ? "onchange='changeToInput(this);'" : null)." required='required'>\n";
|
||||||
|
echo " <option value=''></option>\n";
|
||||||
//misc optgroup
|
//misc optgroup
|
||||||
if (if_group("superadmin")) {
|
if (if_group("superadmin")) {
|
||||||
echo "<optgroup label='Misc'>\n";
|
echo "<optgroup label='Misc'>\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user