From ceef93010c9a5a3e90dec4ef4c704d3a6bf59e08 Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Mon, 10 Mar 2025 09:21:25 -0700 Subject: [PATCH] Update pin_number_edit.php --- app/pin_numbers/pin_number_edit.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/app/pin_numbers/pin_number_edit.php b/app/pin_numbers/pin_number_edit.php index d6a9455ca4..386b0c5dcc 100644 --- a/app/pin_numbers/pin_number_edit.php +++ b/app/pin_numbers/pin_number_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) 2016-2023 + Portions created by the Initial Developer are Copyright (C) 2016-2025 the Initial Developer. All Rights Reserved. Contributor(s): @@ -168,6 +168,7 @@ if (count($_POST)>0 && empty($_POST["persistformvar"])) { echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -217,17 +218,18 @@ if (count($_POST)>0 && empty($_POST["persistformvar"])) { echo "\n"; echo "\n"; - echo "
"; - echo "

"; + echo "\n"; + echo "
\n"; + echo "

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