From f8cdb79114b28de8a68b446c98434131c4952e62 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 26 Sep 2023 14:56:26 -0400 Subject: [PATCH] Moved import and export contact to the New Contact button dropdown as its not used as often and clear space for multi action or further search options --- client_contacts.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/client_contacts.php b/client_contacts.php index 90e215b2..a083081e 100644 --- a/client_contacts.php +++ b/client_contacts.php @@ -32,6 +32,14 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); @@ -51,10 +59,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
-
- - -