From 6c1c5d6523f05eba4b62d190c4d6657a076c215c Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 18 Oct 2024 15:11:54 -0400 Subject: [PATCH] Simplify Ticket Template Creation by putting all fields into 1 modal tab instead of multiple and removing the ability to ass tasks via add ticket template, this should be done in the details --- admin_ticket_template_add_modal.php | 173 ++++++++++----------------- admin_ticket_template_edit_modal.php | 106 +++++++--------- post/admin/admin_ticket_template.php | 10 -- 3 files changed, 104 insertions(+), 185 deletions(-) diff --git a/admin_ticket_template_add_modal.php b/admin_ticket_template_add_modal.php index f9859a6d..c95fd372 100644 --- a/admin_ticket_template_add_modal.php +++ b/admin_ticket_template_add_modal.php @@ -9,121 +9,72 @@