mirror of
https://github.com/itflow-org/itflow
synced 2026-09-05 14:25:12 +00:00
Fix Guest Approve Modal Offscreen issue, added guest header and spruced up the UI a bit
This commit is contained in:
@@ -346,7 +346,7 @@ if (isset($_GET['project_id'])) {
|
||||
<table class="table table-bordered table-hover">
|
||||
<thead class="table-light">
|
||||
<tr>
|
||||
<td class="bg-light checkbox-column">
|
||||
<td class="checkbox-column border-end">
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" id="selectAllCheckbox" type="checkbox" onclick="checkAll(this)">
|
||||
</div>
|
||||
@@ -463,7 +463,7 @@ if (isset($_GET['project_id'])) {
|
||||
?>
|
||||
|
||||
<tr>
|
||||
<td class="bg-light checkbox-column">
|
||||
<td class="checkbox-column bg-light border-end">
|
||||
<!-- Ticket Bulk Select (for open tickets) -->
|
||||
<?php if (empty($ticket_closed_at)) { ?>
|
||||
<div class="form-check">
|
||||
|
||||
Reference in New Issue
Block a user