allow propagation in logbook overview as column

This commit is contained in:
HB9HIL
2025-06-04 19:03:50 +02:00
parent 58a8a2de48
commit 4b11ff09bf
2 changed files with 67 additions and 0 deletions

View File

@@ -348,6 +348,7 @@
<option value="Name" <?php if ($user_column5 == "Name") { echo " selected =\"selected\""; } ?>><?= __("Name"); ?></option>
<option value="Location" <?php if ($user_column5 == "Location") { echo " selected =\"selected\""; } ?>><?= __("Station Location"); ?></option>
<option value="Bearing" <?php if ($user_column5 == "Bearing") { echo " selected =\"selected\""; } ?>><?= __("Bearing"); ?></option>
<option value="Propagation" <?php if ($user_column5 == "Propagation") { echo " selected =\"selected\""; } ?>><?= __("Propagation"); ?></option>
</select>
</div>
</div>