mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 01:59:14 +00:00
Show IOTA/SOTA ref on station location tab
This commit is contained in:
parent
7268976d9a
commit
900b164d38
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user