Replace Summernote WYSIWYG with TinyMCE

This commit is contained in:
johnnyq
2023-05-08 18:44:00 -04:00
parent 018f52eb67
commit 01a37cb1e1
80 changed files with 3464 additions and 69 deletions

View File

@@ -14,7 +14,7 @@
<div class="modal-body bg-white">
<div class="form-group">
<textarea class="form-control summernote" rows="8" name="ticket_reply"><?php echo htmlentities($ticket_reply); ?></textarea>
<textarea class="form-control tinymce" rows="8" name="ticket_reply"><?php echo htmlentities($ticket_reply); ?></textarea>
</div>
<?php if (!empty($ticket_reply_time_worked)) { ?>