= sprintf($this->translatePlural('%u Host', '%u Hosts', $hostCount), $hostCount); ?>
= $this->qlink(
sprintf($this->translate('List all %u hosts'), $hostCount),
$listAllLink
); ?>
= $checkNowForm; ?>
= $this->qlink(
$this->icon('reschedule') . ' ' . sprintf(
$this->translate('Reschedule the next check for all %u hosts'),
$hostCount
),
$rescheduleAllLink,
null,
null,
false
); ?>
= $this->qlink(
$this->icon('plug') . ' ' . sprintf($this->translate('Schedule a downtime for all %u hosts'), $hostCount),
$downtimeAllLink,
null,
null,
false
); ?>
= $this->qlink(
$this->icon('reply') . ' ' . sprintf(
$this->translate('Submit a passive check result for all %u hosts'),
$hostCount
),
$processCheckResultAllLink,
null,
null,
false
); ?>
0): ?>
= sprintf( $this->translatePlural( '%u Unhandled Host Problem', '%u Unhandled Host Problems', $unhandledCount ), $unhandledCount ); ?>
= $this->qlink(
$this->icon('plug') . ' ' . sprintf(
$this->translatePlural(
'Schedule a downtime for %u unhandled host problem',
'Schedule a downtime for %u unhandled host problems',
$unhandledCount
),
$unhandledCount
),
$downtimeUnhandledLink,
null,
null,
false
); ?>
= $this->qlink(
$this->icon('ok') . ' ' . sprintf(
$this->translatePlural(
'Acknowledge %u unhandled host problem',
'Acknowledge %u unhandled host problems',
$unhandledCount
),
$unhandledCount
),
$acknowledgeUnhandledLink,
null,
null,
false
); ?>