From 6f8cc40167a0a0d35b203b25727337a70f60032a Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 18 Feb 2025 20:25:02 -0500 Subject: [PATCH] Changed header names from logins to credentials in asset and contact details, migrated more items to the new AJAX modal function --- admin_document_template.php | 9 +- admin_document_template_details.php | 57 ++-- admin_software_template.php | 8 +- admin_ticket_status.php | 193 +++++++------- admin_vendor_template.php | 16 +- ajax/ajax_custom_ticket_status_edit.php | 68 +++++ ajax/ajax_document_template_edit.php | 47 ++++ ajax/ajax_software_template_edit.php | 99 +++++++ ajax/ajax_vendor_template_edit.php | 251 ++++++++++++++++++ client_asset_details.php | 2 +- client_contact_details.php | 6 +- modals/admin_document_template_edit_modal.php | 34 --- modals/admin_software_template_edit_modal.php | 83 ------ modals/admin_ticket_status_edit_modal.php | 55 ---- modals/admin_vendor_template_edit_modal.php | 228 ---------------- user_activity.php | 2 +- 16 files changed, 612 insertions(+), 546 deletions(-) create mode 100644 ajax/ajax_custom_ticket_status_edit.php create mode 100644 ajax/ajax_document_template_edit.php create mode 100644 ajax/ajax_software_template_edit.php create mode 100644 ajax/ajax_vendor_template_edit.php delete mode 100644 modals/admin_document_template_edit_modal.php delete mode 100644 modals/admin_software_template_edit_modal.php delete mode 100644 modals/admin_ticket_status_edit_modal.php delete mode 100644 modals/admin_vendor_template_edit_modal.php diff --git a/admin_document_template.php b/admin_document_template.php index d2f3f48e..c2181e93 100644 --- a/admin_document_template.php +++ b/admin_document_template.php @@ -105,7 +105,12 @@