Missing Div
This commit is contained in:
+12
-7
@@ -659,13 +659,12 @@ if (isset($_GET['ticket_id'])) {
|
||||
<?php } ?>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
}
|
||||
}
|
||||
?>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<!-- End Ticket watchers card -->
|
||||
|
||||
|
||||
<!-- Ticket Details card -->
|
||||
<div class="card card-body card-outline card-dark mb-3">
|
||||
<h5 class="text-secondary">Details</h5>
|
||||
@@ -728,6 +727,7 @@ if (isset($_GET['ticket_id'])) {
|
||||
</div>
|
||||
<!-- End Ticket details card -->
|
||||
|
||||
|
||||
<!-- Asset card -->
|
||||
<div class="card card-body card-outline card-dark mb-3">
|
||||
<h5 class="text-secondary">Asset</h5>
|
||||
@@ -831,6 +831,7 @@ if (isset($_GET['ticket_id'])) {
|
||||
</div>
|
||||
<!-- End Asset card -->
|
||||
|
||||
|
||||
<!-- Vendor card -->
|
||||
<div class="card card-body card-outline card-dark mb-3">
|
||||
<h5 class="text-secondary">Vendor</h5>
|
||||
@@ -879,6 +880,8 @@ if (isset($_GET['ticket_id'])) {
|
||||
</div>
|
||||
<!-- End Vendor card -->
|
||||
|
||||
|
||||
<!-- Assigned to -->
|
||||
<form action="post.php" method="post">
|
||||
<input type="hidden" name="ticket_id" value="<?php echo $ticket_id; ?>">
|
||||
<input type="hidden" name="ticket_status" value="<?php echo $ticket_status; ?>">
|
||||
@@ -910,7 +913,10 @@ if (isset($_GET['ticket_id'])) {
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<!-- End Assigned to -->
|
||||
|
||||
|
||||
<!-- Invoice / Close Ticket -->
|
||||
<div class="card card-body card-outline card-dark mb-2 d-print-none">
|
||||
<?php if ($config_module_enable_accounting && $ticket_billable == 1) { ?>
|
||||
<a href="#" class="btn btn-info btn-block" href="#" data-toggle="modal" data-target="#addInvoiceFromTicketModal">
|
||||
@@ -925,10 +931,9 @@ if (isset($_GET['ticket_id'])) {
|
||||
<?php } ?>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div> <!-- End col-3 -->
|
||||
|
||||
</div> <!-- row -->
|
||||
</div>
|
||||
</div> <!-- End row -->
|
||||
|
||||
<?php
|
||||
require_once "ticket_edit_modal.php";
|
||||
|
||||
Reference in New Issue
Block a user