mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
Conform to coding guidelines
This commit is contained in:
parent
c6c78989a5
commit
83efc3a4a3
@ -22,7 +22,8 @@
|
|||||||
$this->comment->service_display_name,
|
$this->comment->service_display_name,
|
||||||
$this->comment->host_name,
|
$this->comment->host_name,
|
||||||
$this->comment->host_display_name
|
$this->comment->host_display_name
|
||||||
); ?>
|
);
|
||||||
|
?>
|
||||||
</td>
|
</td>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<th> <?= $this->translate('Host') ?> </th>
|
<th> <?= $this->translate('Host') ?> </th>
|
||||||
@ -31,7 +32,8 @@
|
|||||||
<?= $this->link()->host(
|
<?= $this->link()->host(
|
||||||
$this->comment->host_name,
|
$this->comment->host_name,
|
||||||
$this->comment->host_display_name
|
$this->comment->host_display_name
|
||||||
); ?>
|
);
|
||||||
|
?>
|
||||||
</td>
|
</td>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</tr>
|
</tr>
|
||||||
@ -58,7 +60,8 @@
|
|||||||
$this->translate('This comment expires on %s at %s.'),
|
$this->translate('This comment expires on %s at %s.'),
|
||||||
date('d.m.y', $this->comment->expiration),
|
date('d.m.y', $this->comment->expiration),
|
||||||
date('H:i', $this->comment->expiration)
|
date('H:i', $this->comment->expiration)
|
||||||
) : $this->translate('This comment does not expire.'); ?>
|
) : $this->translate('This comment does not expire.');
|
||||||
|
?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user