mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Fix Bulk Ticket Merging due to missing modal footer
This commit is contained in:
@@ -10,7 +10,7 @@ ob_start();
|
||||
|
||||
?>
|
||||
<div class="modal-header bg-dark">
|
||||
<h5 class="modal-title"><i class="fa fa-fw fa-clone mr-2"></i>Merge & close <strong><?= $count ?></strong>tickets</h5>
|
||||
<h5 class="modal-title"><i class="fa fa-fw fa-clone mr-2"></i>Merge & close <strong><?= $count ?></strong> tickets</h5>
|
||||
<button type="button" class="close text-white" data-dismiss="modal">
|
||||
<span>×</span>
|
||||
</button>
|
||||
@@ -75,3 +75,5 @@ ob_start();
|
||||
|
||||
<!-- Ticket merge JS -->
|
||||
<script src="/agent/js/ticket_merge.js"></script>
|
||||
|
||||
<?php require_once '../../../includes/modal_footer.php';
|
||||
|
||||
Reference in New Issue
Block a user