Add callsign to gridmap filter

This commit is contained in:
phl0
2026-01-15 13:52:11 +01:00
parent 65baf48ab7
commit 2d14e02cfa
4 changed files with 38 additions and 9 deletions

View File

@@ -52,6 +52,13 @@
</div>
<!-- Row 1 -->
<div class="row mb-2">
<label class="form-label col-md-2" for="call"><?= __("Callsign"); ?></label>
<div class="col-sm-3">
<input onclick="this.select()" type="text" name="call" id="call" class="form-control form-control-sm uppercase" value="*" placeholder="<?= __("Empty"); ?>">
</div>
</div>
<!-- Row 2 -->
<div class="row mb-2">
<label class="col-md-2" for="band"><?= __("Band"); ?></label>
<div class="col-sm-3">
@@ -129,7 +136,7 @@
</select>
</div>
</div>
<!-- Row 2 -->
<!-- Row 3 -->
<div class="row mb-2">
<label class="col-md-2" for="mode"><?= __("Mode"); ?></label>
<div class="col-sm-3">