Removed dead libs pdfmake dropzone and popper, fixed missing label for ids and migrated datatables to use bootstrap 5 libs instead of of 4

This commit is contained in:
johnnyq
2026-08-14 17:50:17 -04:00
parent 6fc94d9733
commit 1c5803dc12
22 changed files with 21 additions and 75 deletions

View File

@@ -81,7 +81,7 @@ ob_start();
<div class="mb-3">
<div class="form-check">
<input class="form-check-input" type="checkbox" name="merge_move_replies" value="1">
<input class="form-check-input" type="checkbox" id="checkMoveReplies" name="merge_move_replies" value="1">
<label class="form-check-label" for="checkMoveReplies">
Move notes & replies to the new parent ticket
</label>