diff --git a/modules/monitoring/application/views/scripts/list/notifications.phtml b/modules/monitoring/application/views/scripts/list/notifications.phtml
index 147b2ef67..ee414f502 100644
--- a/modules/monitoring/application/views/scripts/list/notifications.phtml
+++ b/modules/monitoring/application/views/scripts/list/notifications.phtml
@@ -1,15 +1,13 @@
compact): ?>
-
- = $this->tabs ?>
-
+
+ = $this->tabs ?>
+
= $this->translate('Sort by') ?> = $this->sortControl->render($this) ?>
- = $this->selectionToolbar('single') ?>
-
- = $this->widget('limiter') ?>
- count() >= 100): ?>
- = $this->paginationControl($notifications, null, null, array('preserve' => $this->preserve)) ?>
-
+
+ = $this->widget('limiter') ?>
+ = $this->paginationControl($notifications, null, null, array('preserve' => $this->preserve)) ?>
+
@@ -47,7 +45,7 @@ foreach ($notifications as $notification):
?>
= $this->timeSince($notification->notification_start_time) ?> |
-
+ |
= $notification->service ?> on = $notification->host ?>
@@ -56,12 +54,14 @@ foreach ($notifications as $notification):
= $this->escape(substr(strip_tags($notification->notification_output), 0, 10000)); ?>
+ contact): ?>
Sent to = $this->escape($notification->notification_contact) ?>
+
|