= $this->icon('reschedule') ?> = $this->translate('Commands') ?>
= sprintf(t('Issue commands on all %d selected hosts:'), count($objects)) ?> = $this->translate('No hosts matching the filter'); ?>
= $this->icon('attention-alt') ?> = $this->translatePlural( 'Unhandled Problem', 'Unhandled Problems', $unhandledCount ) ?>
= sprintf( t('There are %s unhandled problems. Issue commands to the problematic hosts.'), '' . $unhandledCount . '' ) ?>
= $this->icon('ok', $this->translate('Acknowledgements')) ?> = $this->translate('Acknowledgements') ?>
= sprintf( $this->translatePlural( '%u Acknowledged Host Problem', '%u Acknowledged Host Problems', $acknowledgedCount ), $acknowledgedCount ); ?>
= $removeAckForm ?>= $this->translate('Downtimes') ?>
= sprintf( $this->translatePlural( '%u Host currently in downtime.', '%u Hosts currently in downtime.', $inDowntimeCount ), $inDowntimeCount ) ?> = $this->qlink( $this->translate('Alle anzeigen'), $inDowntimeLink, null ); ?>
getComments())) > 0): ?>= $this->translate('Comments') ?>
= sprintf( $this->translatePlural( 'There is %u host comment.', 'There are %u host comments.', $commentCount ), $commentCount ) ?> = $this->qlink( $this->translate('List all'), $commentsLink, null ); ?>
populate( array('comment_id' => $comment->id, 'redirect' => html_entity_decode($this->url)) ); $delCommentForm->setAction( $this->url( 'monitoring/host/delete-comment', array('host' => $service->getName()) ) ); echo $delCommentForm; ?> (= ucfirst($comment->type) ?>): | = nl2br($comment->comment) ?> |