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 6f855d44d5
commit d6d7460f20
1 changed files with 1 additions and 0 deletions

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