diff --git a/modules/monitoring/application/views/scripts/downtimes/show.phtml b/modules/monitoring/application/views/scripts/downtimes/show.phtml
index 5adc984fa..9b4449cb5 100644
--- a/modules/monitoring/application/views/scripts/downtimes/show.phtml
+++ b/modules/monitoring/application/views/scripts/downtimes/show.phtml
@@ -1,23 +1,19 @@
-
- compact): ?>
- = $this->tabs; ?>
-
-
- = $this->render('partials/downtime/downtimes-header.phtml'); ?>
-
+compact): ?>
+ = $this->tabs ?>
+
+ = $this->render('partials/downtime/downtimes-header.phtml') ?>
+
-
= $this->translate('Commands') ?>
+ = $this->icon('reschedule') ?>= $this->translate('Commands') ?>
= $this->qlink(
- sprintf(
- $this->translate('Remove all %d scheduled downtimes'),
- count($downtimes)
- ),
+ sprintf($this->translate('Remove all %d scheduled downtimes'), $downtimes->count()),
$removeAllLink,
null,
array(
- 'icon' => 'trash'
+ 'icon' => 'trash',
+ 'title' => $this->translate('Remove all selected downtimes')
)
) ?>