From 6458580c898b5240255425936b99451428076601 Mon Sep 17 00:00:00 2001 From: Nate Date: Sat, 15 Feb 2020 08:11:42 -0700 Subject: [PATCH] Call Center Queue - Edit: Minor consistency mods. --- app/call_centers/call_center_queue_edit.php | 22 +++++++++------------ 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/app/call_centers/call_center_queue_edit.php b/app/call_centers/call_center_queue_edit.php index f4cba97197..6bc4226791 100644 --- a/app/call_centers/call_center_queue_edit.php +++ b/app/call_centers/call_center_queue_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-2019 + Portions created by the Initial Developer are Copyright (C) 2008-2020 the Initial Developer. All Rights Reserved. Contributor(s): @@ -1056,22 +1056,18 @@ echo "\n"; echo "\n"; - echo " \n"; - echo " \n"; - if ($action == "update") { - echo " \n"; - echo " \n"; - } - echo " \n"; - echo "
"; - echo " \n"; - echo " \n"; - echo " "; echo ""; echo "

"; + + if ($action == "update") { + echo "\n"; + echo "\n"; + } + echo "\n"; + echo ""; //include the footer require_once "resources/footer.php"; -?> +?> \ No newline at end of file