mirror of
https://github.com/itflow-org/itflow
synced 2026-03-05 13:24:51 +00:00
Fixed edit ticket bug where summernote wasn't initiating also set the modal the same size as add ticket
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="modal" id="editTicketModal<?php echo $ticket_id; ?>" tabindex="-1">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-content bg-dark">
|
||||
<div class="modal-header text-white">
|
||||
<h5 class="modal-title"><i class="fa fa-fw fa-tag mr-2"></i>Ticket # <?php echo $ticket_id; ?> for <?php echo $client_name; ?></h5>
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
<div class="form-group">
|
||||
<label>Details <strong class="text-danger">*</strong></label>
|
||||
<textarea class="form-control" rows="8" name="details" required><?php echo $ticket_details; ?></textarea>
|
||||
<textarea class="form-control summernote" rows="8" name="details" required><?php echo $ticket_details; ?></textarea>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user