diff --git a/ajax/ajax_asset_add.php b/ajax/ajax_asset_add.php
new file mode 100644
index 00000000..a17e7420
--- /dev/null
+++ b/ajax/ajax_asset_add.php
@@ -0,0 +1,445 @@
+
+
+
+
+$indentation$folder_name";
+
+ // Recursively display subfolders
+ display_folder_options($folder_id, $client_id, $indent + 1);
+ }
}
\ No newline at end of file
diff --git a/js/ai_reword.js b/js/ai_reword.js
index 7c080fe4..ef6eb8a9 100644
--- a/js/ai_reword.js
+++ b/js/ai_reword.js
@@ -1,5 +1,5 @@
document.getElementById('rewordButton').addEventListener('click', function() {
- var textInput = document.getElementById('textInput');
+ var textInput = this.closest('form').querySelector('textarea');
var ticketDescription = document.getElementById('ticketDescription');
var rewordButton = document.getElementById('rewordButton');
var undoButton = document.getElementById('undoButton');
diff --git a/modals/admin_ticket_template_add_modal.php b/modals/admin_ticket_template_add_modal.php
index 84dbb430..5408a396 100644
--- a/modals/admin_ticket_template_add_modal.php
+++ b/modals/admin_ticket_template_add_modal.php
@@ -31,7 +31,7 @@
-
+
diff --git a/modals/admin_ticket_template_edit_modal.php b/modals/admin_ticket_template_edit_modal.php
index 76678dc1..9109e4ec 100644
--- a/modals/admin_ticket_template_edit_modal.php
+++ b/modals/admin_ticket_template_edit_modal.php
@@ -33,7 +33,7 @@
-
+