kopia lustrzana https://github.com/magicbug/Cloudlog
[QSO View] Added the Contest ID to the popup
rodzic
cf1f3487c6
commit
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>
|
||||
|
|
Ładowanie…
Reference in New Issue