diff --git a/modules/monitoring/application/views/scripts/comment/show.phtml b/modules/monitoring/application/views/scripts/comment/show.phtml index 8216a9c70..17e72e7c9 100644 --- a/modules/monitoring/application/views/scripts/comment/show.phtml +++ b/modules/monitoring/application/views/scripts/comment/show.phtml @@ -1,4 +1,4 @@ -
+
compact): ?> tabs; ?> @@ -8,13 +8,13 @@
- +

translate('Comment detail information') ?>

- +
comment->objecttype === 'service'): ?> - + - + + @@ -42,29 +42,29 @@ - + - + - + - + - + @@ -73,7 +73,7 @@ - +
translate('Service') ?> translate('Service') ?> icon('service', $this->translate('Service')); ?> link()->service( @@ -26,7 +26,7 @@ ?> translate('Host') ?> translate('Host') ?> icon('host', $this->translate('Host')); ?> link()->host( @@ -34,7 +34,7 @@ $this->comment->host_display_name ); ?> -
translate('Author') ?> icon('user', $this->translate('User')) ?> escape($this->comment->author) ?>
translate('Persistent') ?> escape($this->comment->persistent) ? $this->translate('Yes') : $this->translate('No') ?>
translate('Created') ?>escape($this->comment->timestamp)) ?>formatDateTime($this->comment->timestamp) ?>
translate('Expires') ?> 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->formatDate($this->comment->expiration), + $this->formatTime($this->comment->expiration) ) : $this->translate('This comment does not expire.'); ?>
translate('Commands') ?>