From 4b368ee5af9db6b6812917aaec244c4c182fb896 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 5 Sep 2023 18:26:15 -0400 Subject: [PATCH] FEATURE: Confirmation Modal only grab clients initials for client side nav --- client_contacts.php | 2 +- client_delete_modal.php | 20 -------------------- client_side_nav.php | 2 +- clients.php | 5 ++--- footer.php | 2 ++ inc_client_top_head.php | 1 - inc_confirm_modal.php | 19 +++++++++++++++++++ js/app.js | 19 ++++++++++++++++++- 8 files changed, 43 insertions(+), 27 deletions(-) delete mode 100644 client_delete_modal.php create mode 100644 inc_confirm_modal.php diff --git a/client_contacts.php b/client_contacts.php index 24d425ee..ebc34902 100644 --- a/client_contacts.php +++ b/client_contacts.php @@ -202,7 +202,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); Anonymize & Archive - + Archive diff --git a/client_delete_modal.php b/client_delete_modal.php deleted file mode 100644 index 1e2398f9..00000000 --- a/client_delete_modal.php +++ /dev/null @@ -1,20 +0,0 @@ - - diff --git a/client_side_nav.php b/client_side_nav.php index 05879191..e0e8cb17 100644 --- a/client_side_nav.php +++ b/client_side_nav.php @@ -2,7 +2,7 @@