Merge pull request #2565 from szporwolik/dev_fix_references_at_qso

[DX Cluster] Fix for references population to QSO form
This commit is contained in:
Fabian Berg
2025-11-23 00:12:46 +01:00
committed by GitHub
4 changed files with 200 additions and 113 deletions

View File

@@ -113,6 +113,9 @@
var lang_bandmap_spot = "<?= __("spot"); ?>";
var lang_bandmap_spotters = "<?= __("spotters"); ?>";
// QSO preparation debounce messages
var lang_bandmap_please_wait = "<?= __("Please Wait"); ?>";
var lang_bandmap_wait_before_send = "<?= __("Please wait %s seconds before sending another callsign to the QSO form"); ?>";
// DataTables messages
var lang_bandmap_loading_spots = "<?= __("Loading spots..."); ?>";
@@ -518,7 +521,6 @@
<th title="<?= __("CQ Zone"); ?>"><i class="fas fa-map-marked"></i></th>
<th title="<?= __("Flag"); ?>"><i class="fas fa-flag"></i></th>
<th title="<?= __("DXCC Entity"); ?>"><?= __("Entity"); ?></th>
<th title="<?= __("DXCC Number"); ?>"><i class="fas fa-hashtag"></i></th>
<th title="<?= __("Spotter Callsign"); ?>"><?= __("de"); ?></th>
<th title="<?= __("Spotter Continent"); ?>"><i class="fas fa-globe-americas"></i></th>
<th title="<?= __("Spotter CQ Zone"); ?>"><i class="fas fa-map-marked"></i></th>