From e937bc6a12495cccad724edeb3d01f94152616ba Mon Sep 17 00:00:00 2001 From: Johnny Date: Thu, 17 Dec 2020 19:36:32 -0500 Subject: [PATCH] Added Contact Details to list contacts assets, logins and software assigned to them --- client_contact_details_modal.php | 170 +++++++++++++++++++++++++++++++ client_contacts.php | 4 +- 2 files changed, 172 insertions(+), 2 deletions(-) create mode 100644 client_contact_details_modal.php diff --git a/client_contact_details_modal.php b/client_contact_details_modal.php new file mode 100644 index 00000000..721609b7 --- /dev/null +++ b/client_contact_details_modal.php @@ -0,0 +1,170 @@ + + + + + + \ No newline at end of file diff --git a/client_contacts.php b/client_contacts.php index 7fded3df..cc177a28 100644 --- a/client_contacts.php +++ b/client_contacts.php @@ -99,7 +99,7 @@ $total_pages = ceil($total_found_rows / 10); ?> - + @@ -142,7 +142,7 @@ $total_pages = ceil($total_found_rows / 10);