Fix inbound route details back button, add, edit, and delete so that each redirects back to inbound routes.

This commit is contained in:
Mark Crane
2013-09-20 21:36:28 +00:00
parent 798afaf3fe
commit f685740ad6
3 changed files with 13 additions and 10 deletions
+2 -1
View File
@@ -46,6 +46,7 @@ else {
if (count($_GET)>0) {
$id = $_GET["id"];
$app_uuid = check_str($_REQUEST["app_uuid"]);
$dialplan_uuid = check_str($_REQUEST["id2"]);
}
@@ -72,7 +73,7 @@ if (strlen($id)>0) {
//redirect the user
require_once "resources/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=dialplan_edit.php?id=".$dialplan_uuid."\">\n";
echo "<meta http-equiv=\"refresh\" content=\"2;url=dialplan_edit.php?id=".$dialplan_uuid."&app_uuid=".$app_uuid."\">\n";
echo "<div align='center'>\n";
echo $text['message-delete']."\n";
echo "</div>\n";