If TX Powers stored in the database it will be shown on the QSO popup under "Station Information"
这个提交包含在:
父节点
353f860319
当前提交
625f828bd5
共有 1 个文件被更改,包括 8 次插入 和 0 次删除
|
|
@ -195,6 +195,14 @@
|
|||
<td><?php echo $row->COL_OPERATOR; ?></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
|
||||
<?php if($row->COL_TX_PWR) { ?>
|
||||
<tr>
|
||||
<td>Station Transmit Power</td>
|
||||
<td><?php echo $row->COL_TX_PWR; ?></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
|
||||
<?php if(($this->config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) { ?>
|
||||
<tr>
|
||||
<td><a href="<?php echo site_url('qso/edit'); ?>/<?php echo $row->COL_PRIMARY_KEY; ?>" href="javascript:;"><i class="fas fa-edit"></i> Edit QSO</a></td>
|
||||
|
|
|
|||
正在加载…
在新工单中引用