= sprintf($this->translatePlural('%u Service', '%u Services', $serviceCount), $serviceCount); ?>
+= $this->qlink(
+ sprintf($this->translate('List all %u services'), $serviceCount),
+ $listAllLink
+ ); ?>
-
- = $this->translate('List all') ?>
-
+ = $checkNowForm; ?>
-
-
+ = $this->qlink(
+ $this->icon('reschedule') . ' ' . sprintf(
+ $this->translate('Reschedule the next check for all %u services'),
+ $serviceCount
+ ),
+ $rescheduleAllLink,
+ null,
+ null,
+ false
+ ); ?>
+ = $this->qlink(
+ $this->icon('plug') . ' ' . sprintf($this->translate('Schedule a downtime for all %u services'), $serviceCount),
+ $downtimeAllLink,
+ null,
+ null,
+ false
+ ); ?>
+ = $this->qlink(
+ $this->icon('reply') . ' ' . sprintf(
+ $this->translate('Submit a passive check result for all %u services'),
+ $serviceCount
+ ),
+ $processCheckResultAllLink,
+ null,
+ null,
+ false
+ ); ?>
+ 0): ?>
- = $checkNowForm ?>
-
-
-
-
-
-
-
-
-
-
-
- = sprintf(
+ = sprintf(
$this->translatePlural(
'%u Unhandled Service Problem',
'%u Unhandled Service Problems',
$unhandledCount
),
$unhandledCount
- ) ?>
-
-
-
-
-
-
-
- = sprintf(
- $this->translatePlural(
- '%u Acknowledged Service Problem',
- '%u Acknowledged Service Problems',
- $acknowledgedCount
- ),
+
+ 0): ?>
+
+ = sprintf(
+ $this->translatePlural(
+ '%u Acknowledged Service Problem',
+ '%u Acknowledged Service Problems',
$acknowledgedCount
- ) ?>
-
-
- = $removeAckForm ?>
-
-
-
-
-
-
-
- = $this->icon('plug'); ?>
- = sprintf(
- $this->translatePlural(
- 'List %u service currently in downtime',
- 'List %u services currently in downtime',
- $inDowntimeCount
- ),
- $inDowntimeCount
- ) ?>
-
-
-
-
- getComments()) ?>
-
-
-
- = $this->icon('comment'); ?>
- = sprintf(
- $this->translatePlural(
- 'List %u service comment',
- 'List %u service comments',
- $commentCount
- ),
- $commentCount
- ) ?>
-
-
-
+ ),
+ $commentCount
+ ),
+ $commentsLink,
+ null,
+ null,
+ false
+ ); ?>
+
-
+
+
+= sprintf( + $this->translatePlural( + '%u Acknowledged Service Problem', + '%u Acknowledged Service Problems', $acknowledgedCount - ) ?> -
-
- = $removeAckForm ?>
-
-
-
-
-