stage #2

Merged
ThaMunsta merged 122 commits from stage into main 2026-01-17 20:10:26 +00:00
Showing only changes of commit ecce994921 - Show all commits

View File

@@ -9,7 +9,7 @@
<tr> <tr>
<td> <td>
<?php if ($_GET['status'] !== 'Closed') { ?> <?php if ($status !== 'Closed') { ?>
<div class="form-check"> <div class="form-check">
<input class="form-check-input" id="selectAllCheckbox" type="checkbox" onclick="checkAll(this)" onkeydown="checkAll(this)"> <input class="form-check-input" id="selectAllCheckbox" type="checkbox" onclick="checkAll(this)" onkeydown="checkAll(this)">
</div> </div>