Show IOTA/SOTA ref on station location tab

This commit is contained in:
phl0 2024-02-05 08:03:57 +01:00
parent 7268976d9a
commit 900b164d38
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A

View File

@ -499,6 +499,20 @@
</tr>
<?php } ?>
<?php if($row->COL_MY_IOTA) { ?>
<tr>
<td><?php echo lang('gen_hamradio_station') . ' ' . lang('gen_hamradio_iota_reference'); ?></td>
<td><?php echo $row->COL_MY_IOTA; ?></td>
</tr>
<?php } ?>
<?php if($row->COL_MY_SOTA_REF) { ?>
<tr>
<td><?php echo lang('gen_hamradio_station') . ' ' . lang('gen_hamradio_sota_reference'); ?></td>
<td><?php echo $row->COL_MY_SOTA_REF; ?></td>
</tr>
<?php } ?>
<?php if($row->COL_MY_WWFF_REF) { ?>
<tr>
<td><?php echo lang('gen_hamradio_station') . ' ' . lang('gen_hamradio_wwff_reference'); ?></td>