Update the ivr menu so that options show inline with the main ivr menu edit gui.

This commit is contained in:
Mark Crane
2013-08-22 06:01:36 +00:00
parent 83d9ef4a3b
commit dd6840a875
3 changed files with 168 additions and 41 deletions

View File

@@ -114,10 +114,7 @@ else {
echo "</td>\n";
echo "<tr>\n";
if ($result_count == 0) {
//no results
}
else { //received results
if ($result_count > 0) {
foreach($result as $row) {
$ivr_menu_option_param = $row['ivr_menu_option_param'];
if (strlen(trim($ivr_menu_option_param)) == 0) {