From ab17de7efda5e7557a7be4885f47d7a3f3f90735 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 22 Aug 2025 18:06:37 -0400 Subject: [PATCH] Consolidate client modals to modals/client and use new ajax-modal syntax --- user/clients.php | 18 +++++++++--------- user/includes/inc_client_top_head.php | 12 +++++------- user/modals/{ => client}/client_add.php | 0 .../{ => client}/client_bulk_assign_tags.php | 0 .../client_bulk_edit_hourly_rate.php | 0 .../{ => client}/client_bulk_edit_industry.php | 0 .../{ => client}/client_bulk_edit_referral.php | 0 user/modals/{ => client}/client_bulk_email.php | 0 user/modals/{ => client}/client_credit_add.php | 0 user/modals/{ => client}/client_delete.php | 0 .../{ => client}/client_download_pdf.php | 0 user/modals/{ => client}/client_edit.php | 4 ++-- user/modals/{ => client}/client_export.php | 0 user/modals/{ => client}/client_import.php | 0 14 files changed, 16 insertions(+), 18 deletions(-) rename user/modals/{ => client}/client_add.php (100%) rename user/modals/{ => client}/client_bulk_assign_tags.php (100%) rename user/modals/{ => client}/client_bulk_edit_hourly_rate.php (100%) rename user/modals/{ => client}/client_bulk_edit_industry.php (100%) rename user/modals/{ => client}/client_bulk_edit_referral.php (100%) rename user/modals/{ => client}/client_bulk_email.php (100%) rename user/modals/{ => client}/client_credit_add.php (100%) rename user/modals/{ => client}/client_delete.php (100%) rename user/modals/{ => client}/client_download_pdf.php (100%) rename user/modals/{ => client}/client_edit.php (99%) rename user/modals/{ => client}/client_export.php (100%) rename user/modals/{ => client}/client_import.php (100%) diff --git a/user/clients.php b/user/clients.php index a65fb66e..22d599af 100644 --- a/user/clients.php +++ b/user/clients.php @@ -589,7 +589,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); @@ -632,7 +632,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));