From 88ee9b60e7bef534b2129ea4bbf178574858dbae Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 18 Feb 2025 18:47:28 -0500 Subject: [PATCH] Migrated Tax, custom link edit over to the new AJAX model function --- admin_custom_link.php | 17 ++--- admin_tax.php | 18 ++++- ajax/ajax_custom_link_edit.php | 99 +++++++++++++++++++++++++ ajax/ajax_tax_edit.php | 46 ++++++++++++ includes/filter_footer.php | 1 - modals/admin_custom_link_edit_modal.php | 83 --------------------- modals/admin_tax_edit_modal.php | 35 --------- 7 files changed, 166 insertions(+), 133 deletions(-) create mode 100644 ajax/ajax_custom_link_edit.php create mode 100644 ajax/ajax_tax_edit.php delete mode 100644 modals/admin_custom_link_edit_modal.php delete mode 100644 modals/admin_tax_edit_modal.php diff --git a/admin_custom_link.php b/admin_custom_link.php index 6ade1314..b5e1ebf6 100644 --- a/admin_custom_link.php +++ b/admin_custom_link.php @@ -105,9 +105,12 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); ?> - - - + + @@ -119,7 +122,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));