icon('comment', $this->translate('Comment')), $this->icon('ok', $this->translate('Acknowledgement')), $this->icon('cancel', $this->translate('Revocation')) ); if (! $this->compact): ?>
tabs ?>
column('host_name', $event, array('selectable')) ?> column('host_address', $event, array('selectable')) ?>
getPriority()) ?>
timeAgo(strtotime($event->created)) ?>
icon($event->getTypeIcon(), $event->getType()) ?> ack) { echo $this->icon('ok', $this->translate('Acknowledged')); } ?> group_autoclear) { echo $this->icon('reschedule', $this->translate('Auto-Clear')); } ?>

translate('Details') ?>

columnHeader($column) ?> column($column, $event) ?>
message): ?>

translate('Message') ?>

eventMessage($event->message) ?>

translate('Actions') ?>

translate('Other events for') ?> qlink( $this->translate('Host'), 'eventdb/events', array('host_name' => $event->host_name), array( 'icon' => 'search', 'class' => 'action-link' ) ) ?> program): ?> qlink( $this->translate('Program'), 'eventdb/events', array( 'program' => $event->program, ), array( 'icon' => 'search', 'class' => 'action-link' ) ) ?> qlink( $this->translate('Program and Host'), 'eventdb/events', array( 'host_name' => $event->host_name, 'program' => $event->program, ), array( 'icon' => 'search', 'class' => 'action-link' ) ) ?>
translate('Monitoring') ?> qlink( $this->translate('Host service status'), 'eventdb/event/host', array('host' => $event->host_name), array( 'icon' => 'search', 'class' => 'action-link' ) ) ?>

translate('Add comment / acknowledge') ?>

group_autoclear): ?>
translate('This event is set to auto-clear.') ?> translate('Please only acknowledge manually, if you know what that means.') ?>

translate('Comments') ?>

hasResult()): ?>

translate('No comments recorded for this event yet.') ?>

timeAgo(strtotime($comment->created)) ?> type] ?> escape($comment->user) ?> escape($comment->message) ?>
hasResult()): ?>

translate('Grouped Events') ?>

event($groupedEventData); ?> column('host_name', $groupedEvent) ?> column('program', $groupedEvent) ?> column('message', $groupedEvent) ?>
getPriority()) ?>
timeAgo(strtotime($groupedEvent->created)) ?>
icon($groupedEvent->getTypeIcon(), $groupedEvent->getType()) ?> ack) { echo $this->icon('ok', $this->translate('Acknowledged')); } ?> group_autoclear) { $autoClear = true; echo $this->icon('reschedule', $this->translate('Auto-Clear')); } ?>