Update the IVR menu change how the way the add, update and delete message is presented and get rid of the meta redirect. Will use the IVR menu as a pattern for things to come.

This commit is contained in:
Mark Crane
2013-09-12 17:03:44 +00:00
parent 457b3c6c7e
commit 276a029874
4 changed files with 9 additions and 33 deletions
+2 -7
View File
@@ -58,12 +58,7 @@ if (strlen($id)>0) {
}
//redirect the user
require_once "resources/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=ivr_menus.php\">\n";
echo "<div align='center'>\n";
echo $text['message-delete']."\n";
echo "</div>\n";
require_once "resources/footer.php";
return;
$_SESSION['message'] = $text['message-delete'];
header('Location: ivr_menus.php");
?>