Fix Guest Approve Modal Offscreen issue, added guest header and spruced up the UI a bit

This commit is contained in:
johnnyq
2026-08-31 12:22:55 -04:00
parent d9cb0251b0
commit c07c10c610
22 changed files with 134 additions and 75 deletions

View File

@@ -29,6 +29,13 @@
<!-- Custom Style Sheet -->
<link rel="stylesheet" href="/libs/flatpickr/css/flatpickr.min.css">
<link rel="stylesheet" href="/libs/tom-select/css/tom-select.bootstrap5.min.css">
<?php /* Required: includes/footer.php loads sweetalert2.min.js for the
confirm-link dialogs used by guest_approve_ticket_task.php and
guest_view_quote.php. Every bit of the dialog's positioning
(position:fixed, inset:0, the centering grid) lives in this
stylesheet, so without it the popup renders as a static block at
the foot of the document. */ ?>
<link rel="stylesheet" href="/libs/sweetalert2/css/sweetalert2.min.css">
<!-- ITFlow style: loaded last so it wins. See includes/header.php -->
<link rel="stylesheet" href="/css/itflow_custom.css">