2015-09-14 12:05:15 +02:00
|
|
|
<?php if (isset($object->service_check_timeperiod)): ?>
|
2015-09-11 16:39:13 +02:00
|
|
|
|
|
|
|
<tr>
|
|
|
|
<th><?= $this->translate('Check Timeperiod') ?></th>
|
|
|
|
<td>
|
2015-09-14 12:05:15 +02:00
|
|
|
<?= $object->service_check_timeperiod ?>
|
2015-09-11 16:39:13 +02:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
2015-09-14 12:05:15 +02:00
|
|
|
<?php endif ?>
|
2015-09-11 16:39:13 +02:00
|
|
|
|
2015-09-14 12:05:15 +02:00
|
|
|
<?php if (isset($object->host_check_timeperiod)): ?>
|
2015-09-11 16:39:13 +02:00
|
|
|
|
|
|
|
<tr>
|
|
|
|
<th><?= $this->translate('Check Timeperiod') ?></th>
|
|
|
|
<td>
|
2015-09-14 12:05:15 +02:00
|
|
|
<?= $object->host_check_timeperiod ?>
|
2015-09-11 16:39:13 +02:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
2015-09-14 12:05:15 +02:00
|
|
|
<?php endif ?>
|