Made callsign in the QSO popup bold
这个提交包含在:
父节点
9af164a41d
当前提交
0c11f4e9a7
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
<tr>
|
||||
<td>Callsign:</td>
|
||||
<td><?php echo str_replace("0","Ø",strtoupper($row->COL_CALL)); ?></td>
|
||||
<td><b><?php echo str_replace("0","Ø",strtoupper($row->COL_CALL)); ?></b></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
|
|
|||
正在加载…
在新工单中引用