Add None to DXCCs

This commit is contained in:
int2001
2024-10-09 07:51:49 +00:00
parent 7a5b9504ec
commit f5acf6ecca
10 changed files with 28 additions and 22 deletions

View File

@@ -483,8 +483,8 @@ if (!file_exists('.lock')) {
</div>
<div class="col-md-6 mb-2">
<label for="dxcc" class="form-label"><?= __("DXCC"); ?></label>
<select class="form-control" id="dxcc_id" name="dxcc" tabindex="7" aria-describedby="stationCallsignInputHelp">
<option value="0" selected=""><?= _pgettext("DXCC Select - No DXCC", "- NONE - (e.g. /MM, /AM)"); ?></option>
<select class="form-control" id="dxcc_id" name="dxcc" tabindex="7" aria-describedby="stationCallsignInputHelp" required>
<option value="" selected=""><?= __("Please select one"); ?></option>
<option value="2">Abu Ail Is - A1 (<?= __("Deleted DXCC"); ?>)</option>
<option value="3">Afghanistan - YA</option>
<option value="4">Agalega &amp; St Brandon Islands - 3B7</option>
@@ -1957,4 +1957,4 @@ if (!file_exists('.lock')) {
header("Location: $websiteurl");
} ?>
</html>
</html>