mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Replace Summernote WYSIWYG with TinyMCE
This commit is contained in:
@@ -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)) { ?>
|
||||
|
||||
Reference in New Issue
Block a user