extend the hint about the operator in clubstation adif import

This commit is contained in:
HB9HIL
2025-06-27 22:59:47 +02:00
parent 5bd0c232ff
commit 4e2017228a

View File

@@ -79,7 +79,7 @@
$show_operator_question = true;
if ($this->config->item('special_callsign') && (!empty($club_operators))) {
$show_operator_question = false; ?>
<div class="small form-text text-muted"><?= __("Type in the operators callsign of the imported QSOs") ?></div>
<div class="small form-text text-muted"><?= __("Type in the operators callsign of the imported QSOs. Leave empty to use the operator callsign in the ADIF file.") ?></div>
<input type="text" name="club_operator" class="form-control mb-2 me-sm-2 w-50 w-lg-100" value="<?php echo ($this->session->userdata('cd_src_call') ?? ''); ?>">
<?php } ?>
<div class="small form-text text-muted"><?= __("Add QSOs to Contest") ?></div>