From 6de68a9bc6b1b65ffa9f05331467b62df7cf7ebb Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 11 Jan 2014 05:52:26 +0000 Subject: [PATCH] Add a save button to the top of the Dialplan edit. --- app/dialplan/dialplan_edit.php | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/app/dialplan/dialplan_edit.php b/app/dialplan/dialplan_edit.php index 82c31253c5..2a41f10dee 100644 --- a/app/dialplan/dialplan_edit.php +++ b/app/dialplan/dialplan_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2012 + Portions created by the Initial Developer are Copyright (C) 2008-2013 the Initial Developer. All Rights Reserved. Contributor(s): @@ -437,23 +437,24 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " \n"; echo " \n"; echo" ".$text['title-dialplan_edit']."
\n"; - echo " \n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; if (strlen($app_uuid) > 0) { - echo " \n"; + echo " \n"; } else { - echo " \n"; + echo " \n"; } - echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo " ".$text['description-dialplan-edit']."\n"; - echo " \n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " ".$text['description-dialplan-edit']."\n"; + echo " \n"; + echo " \n"; + echo " \n"; echo ""; echo "
\n";