From a837b9787056d635ae95c937c1eb2497b7144dc4 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Thu, 6 Nov 2025 22:49:44 -0500 Subject: [PATCH] Migrated the last of the bulk modals to the new ajax-modal --- agent/contacts.php | 36 ++--- .../contact/contact_bulk_assign_location.php | 79 ++++++----- .../contact/contact_bulk_assign_tags.php | 93 +++++++------ .../contact/contact_bulk_edit_department.php | 62 +++++---- .../contact/contact_bulk_edit_phone.php | 62 +++++---- .../modals/contact/contact_bulk_edit_role.php | 92 +++++++------ agent/modals/contact/contact_bulk_email.php | 124 ++++++++++-------- 7 files changed, 313 insertions(+), 235 deletions(-) diff --git a/agent/contacts.php b/agent/contacts.php index f8f75eed..50021857 100644 --- a/agent/contacts.php +++ b/agent/contacts.php @@ -220,28 +220,41 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - - - - - - - + @@ -563,7 +569,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); require_once "modals/contact/contact_export.php"; if ($client_url) { - require_once "modals/contact/contact_invite.php"; + //require_once "modals/contact/contact_invite.php"; require_once "modals/contact/contact_import.php"; } require_once "../includes/footer.php"; diff --git a/agent/modals/contact/contact_bulk_assign_location.php b/agent/modals/contact/contact_bulk_assign_location.php index 5da0d344..3600de5c 100644 --- a/agent/modals/contact/contact_bulk_assign_location.php +++ b/agent/modals/contact/contact_bulk_assign_location.php @@ -1,43 +1,56 @@ -