stage #1

Merged
ThaMunsta merged 351 commits from stage into main 2025-11-10 14:37:21 +00:00
Showing only changes of commit 05850f61d2 - Show all commits

View File

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