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