diff options
Diffstat (limited to 'modules/info')
-rw-r--r-- | modules/info/views/info_block.html.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/info/views/info_block.html.php b/modules/info/views/info_block.html.php index 956cc23d..880d5d3e 100644 --- a/modules/info/views/info_block.html.php +++ b/modules/info/views/info_block.html.php @@ -17,6 +17,12 @@ <td><?= $item->name; ?></td> </tr> <? endif ?> + <? if ($item->captured): ?> + <tr> + <th><?= t("Captured:") ?></th> + <td><?= date("M j, Y H:i:s", $item->captured)?></td> + </tr> + <? endif ?> <? if ($item->owner): ?> <tr> <th><?= t("Owner:") ?></th> |