Change from country to dxcc in view

This commit is contained in:
Andreas Kristiansen
2026-01-08 13:35:42 +01:00
parent a87c8cd13f
commit 42136b2ebd

View File

@@ -145,7 +145,7 @@
</select>
</div>
<?php if(count($countries->result()) > 0) { ?>
<label class="col-md-2" for="country">Country</label>
<label class="col-md-2" for="country">DXCC</label>
<div class="col-sm-3">
<select class="form-select form-select-sm" id="dxcc">
<option value="All"><?= __("All") ?></option>