comment->objecttype === 'service'): ?>
= $this->translate('Service') ?> |
= $this->icon('service', $this->translate('Service')); ?>
= $this->link()->service(
$this->comment->service_description,
$this->comment->service_display_name,
$this->comment->host_name,
$this->comment->host_display_name
);
?>
|
= $this->translate('Host') ?> |
= $this->icon('host', $this->translate('Host')); ?>
= $this->link()->host(
$this->comment->host_name,
$this->comment->host_display_name
);
?>
|
= $this->translate('Author') ?> |
= $this->icon('user', $this->translate('User')) ?> = $this->escape($this->comment->author) ?> |
= $this->translate('Persistent') ?> |
= $this->escape($this->comment->persistent) ? $this->translate('Yes') : $this->translate('No') ?> |
= $this->translate('Created') ?> |
= date('d.m.y H:i' ,$this->escape($this->comment->timestamp)) ?> |
= $this->translate('Expires') ?> |
= $this->comment->expiration ? sprintf(
$this->translate('This comment expires on %s at %s.'),
date('d.m.y', $this->comment->expiration),
date('H:i', $this->comment->expiration)
) : $this->translate('This comment does not expire.');
?>
|
= $this->translate('Commands') ?> |
= $delCommentForm ?>
|