Add hints for zone lookup

This commit is contained in:
phl0
2025-01-06 15:50:51 +01:00
parent 525151f1f6
commit 8254471267

View File

@@ -71,7 +71,7 @@
}
?>
</select>
<small class="form-text text-muted"><?= __("CQ Zone"); ?></small>
<small class="form-text text-muted"><?= __("CQ Zone"); ?> (<?= sprintf(_pgettext("zone lookup","%sLookup%s"),"<a href='https://zone-check.eu/?m=cq' target='_blank'>", "</a>"); ?>)</small>
</div>
<div class="col-md-6">
<select class="form-select" id="stationITUZoneInput" name="station_ituz" required>
@@ -81,7 +81,7 @@
}
?>
</select>
<small class="form-text text-muted"><?= __("ITU Zone"); ?></small>
<small class="form-text text-muted"><?= __("ITU Zone"); ?> (<?= sprintf(_pgettext("zone lookup","%sLookup%s"),"<a href='https://zone-check.eu/?m=itu' target='_blank'>", "</a>"); ?>)</small>
</div>
</div>
</div>
@@ -104,4 +104,4 @@
</form>
</div>
</div>
</div>
</div>