= $this->icon('reschedule') ?> = $this->translate('Commands') ?>
= sprintf( $this->translate('Issue commands to all %s selected downtimes.'), '' . count($downtimes) . '' ) ?>
= $this->qlink(
sprintf(
$this->translate('Remove all %d scheduled downtimes'),
count($downtimes)
),
$removeAllLink,
null,
array(
'icon' => 'trash',
'title' => $this->translate('Remove all selected downtimes.')
)
) ?>