add SIG and SIG_INFO to view_log

pull/705/head
Daniel Clerc 2020-11-16 21:21:59 +01:00
rodzic 388bfb848a
commit 58a552ce23
1 zmienionych plików z 14 dodań i 0 usunięć

Wyświetl plik

@ -192,6 +192,20 @@
</tr>
<?php } ?>
<?php if($row->COL_SIG != null) { ?>
<tr>
<td>Sig:</td>
<td><?php echo $row->COL_SIG; ?></td>
</tr>
<?php } ?>
<?php if($row->COL_SIG_INFO != null) { ?>
<tr>
<td>Sig Info:</td>
<td><?php echo $row->COL_SIG_INFO; ?></td>
</tr>
<?php } ?>
<?php if($row->COL_DARC_DOK != null) { ?>
<tr>
<td>DOK:</td>