mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
extend the hint about the operator in clubstation adif import
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user