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:22:35 +01:00
committed by GitHub
parent b784470d2d
commit 0d6ec1c8b0

View File

@@ -118,7 +118,7 @@
<label class="form-check-label" for="eqsl"><?= __("eQSL"); ?></label>
</div>
<div class="form-check-inline">
<input class="form-check-input" type="checkbox" name="qrz" value="1" id="qrz" <?php if ($this->input->post('qrz')) echo ' checked="checked"'; ?> >
<input class="form-check-input" type="checkbox" name="qrz" value="1" id="qrz" <?php if ($this->input->post('qrz', TRUE)) echo ' checked="checked"'; ?> >
<label class="form-check-label" for="qrz"><?= __("QRZ.com"); ?></label>
</div>
</div>