diff --git a/app/ivr_menu/ivr_menu_edit.php b/app/ivr_menu/ivr_menu_edit.php index dad8cbeda9..327e893d3b 100644 --- a/app/ivr_menu/ivr_menu_edit.php +++ b/app/ivr_menu/ivr_menu_edit.php @@ -22,6 +22,7 @@ Contributor(s): Mark J Crane + Luis Daniel Lucio Quiroz */ require_once "root.php"; require_once "resources/require.php"; @@ -350,7 +351,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-name'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-name']."\n"; echo "\n"; @@ -361,7 +362,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-extension'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-extension']."\n"; echo "\n"; @@ -666,7 +667,7 @@ for ($c = 0; $c < 1; $c++) { echo " ".$text['label-timeout'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-timeout']."\n"; echo "\n"; @@ -803,7 +804,7 @@ for ($c = 0; $c < 1; $c++) { echo " ".$text['label-invalid_sound'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-invalid_sound']."\n"; echo "\n"; @@ -869,7 +870,7 @@ for ($c = 0; $c < 1; $c++) { echo " ".$text['label-comfirm_attempts'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-comfirm_attempts']."\n"; echo "\n"; @@ -880,7 +881,7 @@ for ($c = 0; $c < 1; $c++) { echo " ".$text['label-inter-digit_timeout'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-inter-digit_timeout']."\n"; echo "\n"; @@ -891,7 +892,7 @@ for ($c = 0; $c < 1; $c++) { echo " ".$text['label-max_failures'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-max_failures']."\n"; echo "\n"; @@ -902,7 +903,7 @@ for ($c = 0; $c < 1; $c++) { echo " ".$text['label-max_timeouts'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-max_timeouts']."\n"; echo "\n"; @@ -913,7 +914,7 @@ for ($c = 0; $c < 1; $c++) { echo " ".$text['label-digit_length'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-digit_length']."\n"; echo "\n"; @@ -977,4 +978,4 @@ for ($c = 0; $c < 1; $c++) { //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>