From 85c1dede0792dbcfd46e56dcf4fc805169916100 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Thu, 7 Sep 2023 18:18:27 -0400 Subject: [PATCH] Show password field when local is selected for both edit and add contact --- client_contact_add_modal.php | 59 ++++++++++++++--------------------- client_contact_details.php | 15 +++++++++ client_contact_edit_modal.php | 48 ++++++++++++++-------------- client_contacts.php | 15 +++++++++ 4 files changed, 77 insertions(+), 60 deletions(-) diff --git a/client_contact_add_modal.php b/client_contact_add_modal.php index ff74cace..b7c8cf7c 100644 --- a/client_contact_add_modal.php +++ b/client_contact_add_modal.php @@ -184,30 +184,32 @@ -
- -
-
- +
+
+ +
+
+ +
+
-
-
- - -
- - - +
\ No newline at end of file diff --git a/client_contact_details.php b/client_contact_details.php index 81931da1..1ce7ead2 100644 --- a/client_contact_details.php +++ b/client_contact_details.php @@ -562,5 +562,20 @@ if (isset($_GET['contact_id'])) { } + + + -
- -
-
- +
+
+ +
+
+ +
+
-
-
- - -
- -
-
- -
- -
- +
- -
@@ -254,4 +252,4 @@
-
+
\ No newline at end of file diff --git a/client_contacts.php b/client_contacts.php index ebc34902..295b7dd3 100644 --- a/client_contacts.php +++ b/client_contacts.php @@ -230,6 +230,21 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
+ + +