Deleted unreferenced files

This commit is contained in:
2025-09-05 13:14:32 -04:00
parent 38ae4802b8
commit fddad195e1
4 changed files with 1 additions and 473 deletions

View File

@ -15,8 +15,7 @@
<body data-categories='<?php echo json_encode($categories); ?>' data-types='<?php echo json_encode($types); ?>'>
<div class="dashboard-header">
<h1>Tinker Tickets</h1>
<button onclick="window.location.href='/ticket/create'" class="btn create-ticket">New Ticket</button>
</div>
<button onclick="window.location.href='<?php echo $GLOBALS['config']['BASE_URL']; ?>/ticket/create'" class="btn create-ticket">New Ticket</button> </div>
<div class="search-container">
<form method="GET" action="" class="search-form">
<!-- Preserve existing parameters -->