mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Add hints for zone lookup
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user