From e44d5713315199851b6678c83ae718577dfa568c Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 7 Mar 2026 17:56:39 -0500 Subject: [PATCH] Allow Project template ticket templates to be Drag and drop sorted instead of manually typing in the order --- admin/project_template_details.php | 37 ++++++++++++++++++++---------- agent/ajax.php | 21 +++++++++++++++++ 2 files changed, 46 insertions(+), 12 deletions(-) diff --git a/admin/project_template_details.php b/admin/project_template_details.php index 59346b2c..7e9b1e75 100644 --- a/admin/project_template_details.php +++ b/admin/project_template_details.php @@ -130,10 +130,9 @@ if (isset($_GET['project_template_id'])) {
Project Ticket Templates
- +
- @@ -154,17 +153,9 @@ if (isset($_GET['project_template_id'])) { ?> - - +
Order Template Name Description Ticket Subject
-
- - - - - -
-
+ @@ -221,6 +212,28 @@ if (isset($_GET['project_template_id'])) { + + + 'success']); + exit; +} + if (isset($_POST['update_quote_items_order'])) { // Update multiple quote items order