2014-05-20 23:46:33 +02:00
|
|
|
<?php if (! $object->check_source) return ?>
|
2014-05-20 20:07:09 +02:00
|
|
|
<tr>
|
|
|
|
<th><?= $this->translate('Check Source') ?></th>
|
|
|
|
<td>
|
2014-05-20 22:39:02 +02:00
|
|
|
<?= $this->escape($object->check_source) ?>
|
2014-05-20 20:07:09 +02:00
|
|
|
</td>
|
|
|
|
</tr>
|