= $this->icon('reschedule') ?> = $this->translate('Commands') ?>
= $this->translate('No services matching the filter'); ?> = sprintf(t('Issue commands on all %d selected services:'), count($objects)) ?>
= $this->icon('attention-alt') ?> = $this->translatePlural( 'Unhandled Problem', 'Unhandled Problems', $unhandledCount ) ?>
= sprintf(t('There are %s unhandled problems. ' . 'Issue commands to the problematic services.'), '' . $unhandledCount . '') ?>
= $this->icon('ok', $this->translate('Acknowledgements')) ?> = $this->translate('Acknowledgements') ?>
= sprintf( $this->translatePlural( '%u Acknowledged Service Problem.', '%u Acknowledged Service Problems.', $acknowledgedCount ), $acknowledgedCount ); ?> = $removeAckForm ?>
0 /*&& $auth->hasPermission('monitoring/command/comment/delete')*/): ?>= $this->icon('plug', $this->translate('Downtimes')) ?> = $this->translate('Downtimes') ?>
= sprintf($this->translatePlural( '%u service currently in downtime.', '%u services currently in downtime.', $inDowntimeCount ), $inDowntimeCount) ?> = $this->qlink( $this->translate('List all'), $inDowntimeLink, null );?>
getComments()) ?> 0): ?>= $this->icon('comment') ?> = t('Comments') ?>
= sprintf( $this->translatePlural( 'There is %d comment.', 'There are %d 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/service/delete-comment', array('host' => $service->getHost()->getName(), 'service' => $service->getName()) ) ); echo $delCommentForm; ?> (= ucfirst($comment->type) ?>): | = nl2br($comment->comment) ?> |