Add ticket timer functionality and clear all

timers button
This commit is contained in:
Andrew Malsbury
2023-11-17 18:27:31 +00:00
parent 41748a03b6
commit 011bacd1a2
5 changed files with 63 additions and 12 deletions

View File

@@ -823,7 +823,7 @@ if (isset($_GET['ticket_id'])) {
<?php }
if ($ticket_status !== "Closed") { ?>
<a href="post.php?close_ticket=<?php echo $ticket_id; ?>" class="btn btn-secondary btn-block confirm-link">
<a href="post.php?close_ticket=<?php echo $ticket_id; ?>" class="btn btn-secondary btn-block confirm-link" id="ticket_close">
<i class="fas fa-fw fa-gavel mr-2"></i>Close Ticket
</a>
<?php } ?>