Files
wavelog/application/views/logbookadvanced/callbookdialog.php
2025-11-28 19:22:30 +01:00

11 lines
619 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<form method="post" class="col-md">
<div class="mb-3">
<div class="form-check">
<input class="form-check-input" type="checkbox" name="gridsquareaccuracycheck" id="gridsquareaccuracycheck">
<label class="form-check-label" for="gridsquareaccuracycheck"><?= __("If a QSO has a 4char locator (e.g., JO90), try to refine it using callbook data."); ?>
<i class="fa fa-info-circle" aria-hidden="true" data-bs-toggle="tooltip" title="<?= __("Well keep the original value and add a more precise locator (e.g., JO90AB or JO90AB12) when a match is confident."); ?>"></i>
</label>
</div>
</div>
</form>