[QSO View] Added the Contest ID to the popup

这个提交包含在:
Peter Goodhall 2020-12-22 17:54:32 +00:00
父节点 cf1f3487c6
当前提交 34c41383a9

查看文件

@ -178,6 +178,13 @@
</tr>
<?php } ?>
<?php if($row->COL_CONTEST_ID != null) { ?>
<tr>
<td>Contest Name:</td>
<td><?php echo $row->COL_CONTEST_ID; ?></td>
</tr>
<?php } ?>
<?php if($row->COL_IOTA != null) { ?>
<tr>
<td>IOTA Ref:</td>