From 798e99efeee838bea90e90df0f3b7b6b1d53a099 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 17 Jan 2023 22:58:13 -0500 Subject: [PATCH] More work on glabal templates --- client_vendors.php | 22 +++++- vendor_template_add_modal.php | 145 ++++++++++++++++++++++++++++++++++ 2 files changed, 165 insertions(+), 2 deletions(-) create mode 100644 vendor_template_add_modal.php diff --git a/client_vendors.php b/client_vendors.php index dd2c78d4..d1344163 100644 --- a/client_vendors.php +++ b/client_vendors.php @@ -33,9 +33,27 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
-

Vendors

+
- +
+ + + +
diff --git a/vendor_template_add_modal.php b/vendor_template_add_modal.php new file mode 100644 index 00000000..fe4a6b68 --- /dev/null +++ b/vendor_template_add_modal.php @@ -0,0 +1,145 @@ +