Update application/views/awards/cq/index.php

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
This commit is contained in:
Andreas Kristiansen
2025-11-28 12:21:09 +01:00
committed by GitHub
parent 2b0c8c0eca
commit fa609fc4df

View File

@@ -92,7 +92,7 @@
<label class="form-check-label" for="worked"><?= __("Show worked"); ?></label>
</div>
<div class="form-check-inline">
<input class="form-check-input" type="checkbox" name="confirmed" id="confirmed" value="1" <?php if ($this->input->post('confirmed') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
<input class="form-check-input" type="checkbox" name="confirmed" id="confirmed" value="1" <?php if ($this->input->post('confirmed', TRUE) || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
<label class="form-check-label" for="confirmed"><?= __("Show confirmed"); ?></label>
</div>
<div class="form-check-inline">