Add an empty select option for IVR Menu exit sound we don't want always require an exit sound.

This commit is contained in:
Mark Crane
2015-05-21 21:31:56 +00:00
parent 6a31f2de45
commit cd1ac8dc14

View File

@@ -953,6 +953,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
echo "</td>\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 " <option value=''></option>\n";
//misc optgroup
if (if_group("superadmin")) {
echo "<optgroup label='Misc'>\n";