= $this->translate('Problem Handling') ?>
+= sprintf($this->translate('%d unhandled problems'), $unackCount) ?> | ++ = $this->qlink( + $this->translate('Acknowledge'), + $acknowledgeLink, + null, + array( + 'icon' => 'ok', + 'class' => 'action-link' + ) + ) ?> + | +
---|---|
= sprintf( + $this->translatePlural( + '%s acknowledgedment', + '%s acknowledgedments', + $acknowledgedCount + ), + '' . $acknowledgedCount . '' + ); ?> | ++ = $removeAckForm ?> + | +
= $this->translate('Comments') ?> | ++ = $this->qlink( + $this->translate('Add comments'), + $addCommentLink, + null, + array( + 'icon' => 'comment', + 'class' => 'action-link' + ) + ) ?> + | +
+ | = $this->qlink( sprintf( $this->translatePlural( - 'Acknowledge %u unacknowledged problem hosts', - 'Acknowledge %u unacknowledged problem hosts', - $unackCount + '%s comment', + '%s comments', + $commentCount ), - $unackCount + $commentCount ), - $acknowledgeLink, + $commentsLink, null, - array('icon' => 'ok') + array('data-base-target' => '_next') ); ?> - + | +
+ = $this->translate('Downtimes') ?> + | ++ = $this->qlink( + $this->translate('Schedule downtimes'), + $downtimeAllLink, + null, + array( + 'icon' => 'plug', + 'class' => 'action-link' + ) + ) ?> + | +
+ | + = $this->qlink( + sprintf( + $this->translatePlural( + '%d scheduled downtime', + '%d scheduled downtimes', + $scheduledDowntimeCount + ), + $scheduledDowntimeCount + ), + $showDowntimesLink, + null, + array( + 'data-base-target' => '_next' + ) + ) ?> + | +
= $this->translate('Notifications') ?>
+= $this->translate('Notifications') ?> | ++ = $this->qlink( + $this->translate('Send notifications'), + $sendCustomNotificationLink, + null, + array( + 'icon' => 'bell-alt', + 'class' => 'action-link' + ) + ) ?> + | +
---|
= $this->icon('ok', $this->translate('Acknowledgements')) ?> = $this->translate('Acknowledgements') ?>
+= $this->translate('Check Execution') ?>
- = sprintf( - $this->translatePlural( - '%s Acknowledged Host Problem', - '%s Acknowledged Host Problems', - $acknowledgedCount - ), - '' . $acknowledgedCount . '' - ); ?> += $this->translate('Command') ?> | ++ = $this->qlink( + $this->translate('Process check result'), + $processCheckResultAllLink, + null, + array( + 'icon' => 'reply', + 'class' => 'action-link' + ) + ) ?> + | +
---|---|
= $this->translate('Schedule Check') ?> | += $checkNowForm ?> | +
+ | + = $this->qlink( + $this->translate('Reschedule'), + $rescheduleAllLink, + null, + array( + 'icon' => 'reschedule', + 'class' => 'action-link' + ) + ) ?> + | +
- = $this->icon('reschedule') ?> - = $this->translate('Commands') ?> -
- - = $this->translate('No services found matching the filter'); ?> +- = sprintf($this->translatePlural( - 'Issue commands to %s selected service:', - 'Issue commands to all %s selected services:', - count($objects) - ), '' . count($objects) . '') ?> -
- = $checkNowForm; ?> -- = $this->qlink( - $this->translate('Reschedule next checks'), - $rescheduleAllLink, - null, - array('icon' => 'reschedule') - ); ?> - -
- = $this->qlink( - $this->translate('Schedule downtimes'), - $downtimeAllLink, - null, - array('icon' => 'plug') - ); ?> - -
- = $this->qlink( - $this->translate('Submit passive check results'), - $processCheckResultAllLink, - null, - array('icon' => 'reply') - ); ?> - -
- = $this->qlink( - $this->translate('Add comments'), - $addCommentLink, - null, - array('icon' => 'comment') - ); ?> - - hasPermission('monitoring/command/send-custom-notification')): ?> -
- = $this->qlink( - sprintf($this->translate('Send a custom notification for all %u services'), $serviceCount), - $sendCustomNotificationLink, - null, - array('icon' => 'comment') - ); ?> - - - - - -
- = $this->icon('attention-alt') ?> - = $this->translate('Problems') ?> -
- - -- = sprintf( - $this->translatePlural( - 'There is %s problem, issue commands to the problem service', - 'There are %s problems, issue commands to the problem services', - $problemCount - ), - '' . $problemCount . '' - ); ?> -
- = $this->qlink( - sprintf( - $this->translatePlural( - 'Schedule a downtime for %s problem service', - 'Schedule downtimes for %s problem services', - $problemCount - ), - $problemCount - ), - $downtimeLink, - null, - array('icon' => 'plug') - ); ?> - - += $this->translate('Problem handling') ?>
+= sprintf($this->translate('%d unhandled problems'), $unackCount) ?> | += $this->qlink( + $this->translate('Acknowledge'), + $acknowledgeLink, + null, + array( + 'icon' => 'ok', + 'class' => 'action-link' + ) + ) ?> | +
---|---|
= sprintf( + $this->translatePlural( + '%s acknowledgedment', + '%s acknowledgedments', + $acknowledgedCount + ), + '' . $acknowledgedCount . '' + ) ?> + | ++ = $removeAckForm ?> + | +
= $this->translate('Comments') ?> | ++ = $this->qlink( + $this->translate('Add comments'), + $addCommentLink, + null, + array( + 'icon' => 'comment', + 'class' => 'action-link' + ) + ) ?> + | +
+ | + = $this->qlink( + sprintf( + $this->translatePlural( + '%s comment', + '%s comments', + $commentCount + ), + $commentCount + ), + $commentsLink, + null, + array('data-base-target' => '_next') + ) ?> + | +
+ = $this->translate('Downtimes') ?> + | ++ = $this->qlink( + $this->translate('Schedule downtimes'), + $downtimeAllLink, + null, + array( + 'icon' => 'plug', + 'class' => 'action-link' + ) + ) ?> + | +
+ | + = $this->qlink( + sprintf( + $this->translatePlural( + '%d scheduled downtime', + '%d scheduled downtimes', + $scheduledDowntimeCount + ), + $scheduledDowntimeCount + ), + $showDowntimesLink, + null, + array( + 'data-base-target' => '_next' + ) + ) ?> + | +
= $this->translate('Notifications') ?>
+ += $this->translate('Notifications') ?> | ++ = $this->qlink( + $this->translate('Send notifications'), + $sendCustomNotificationLink, + null, + array( + 'icon' => 'bell-alt', + 'class' => 'action-link' + ) + ) ?> + | +
---|
= $this->icon('comment') ?> = $this->translate('Comments') ?>
- = $this->qlink( - sprintf( - $this->translatePlural( - '%s comment.', - '%s comments.', - $commentCount - ), $commentCount), - $commentsLink, - null, - array('data-base-target' => '_next') - ); ?> - = $this->translate('on all selected services.') ?> += $this->translate('Check Execution') ?>
+ += $this->translate('Command') ?> | ++ = $this->qlink( + $this->translate('Process check result'), + $processCheckResultAllLink, + null, + array( + 'icon' => 'reply', + 'class' => 'action-link' + ) + ) ?> + | +
---|---|
= $this->translate('Schedule Check') ?> | += $checkNowForm ?> | +
+ | + = $this->qlink( + $this->translate('Reschedule'), + $rescheduleAllLink, + null, + array( + 'icon' => 'reschedule', + 'class' => 'action-link' + ) + ) ?> + | +