This commit is contained in:
Nuno Miguel Reis
2014-01-21 18:03:05 +00:00
parent 64b391c145
commit 25b6b34f41
8 changed files with 35 additions and 1 deletions
+7 -1
View File
@@ -770,6 +770,12 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
else {
$select_options .= " <option value='\${us-ring}'>us-ring</option>\n";
}
if ($ivr_menu_ringback == "\${pt-ring}" || $ivr_menu_ringback == "pt-ring") {
$select_options .= " <option value='\${pt-ring}' selected='selected'>pt-ring</option>\n";
}
else {
$select_options .= " <option value='\${pt-ring}'>pt-ring</option>\n";
}
if ($ivr_menu_ringback == "\${fr-ring}" || $ivr_menu_ringback == "fr-ring") {
$select_options .= " <option value='\${fr-ring}' selected='selected'>fr-ring</option>\n";
}
@@ -1010,4 +1016,4 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
//include the footer
require_once "resources/footer.php";
?>
?>