diff --git a/modules/monitoring/application/views/scripts/list/eventhistory.phtml b/modules/monitoring/application/views/scripts/list/eventhistory.phtml
index 4e55d4c4b..62db25aee 100644
--- a/modules/monitoring/application/views/scripts/list/eventhistory.phtml
+++ b/modules/monitoring/application/views/scripts/list/eventhistory.phtml
@@ -1,8 +1,10 @@
= $this->tabs->render($this); ?>
+
= $this->filterBox->render($this); ?>
= $this->sortControl->render($this); ?>
-= $this->selectionToolbar('single'); ?>
+
+
= $this->paginationControl($history, null, null, array('preserve' => $this->preserve)); ?>
diff --git a/modules/monitoring/application/views/scripts/list/notifications.phtml b/modules/monitoring/application/views/scripts/list/notifications.phtml
index 8178b1067..134c4ec18 100644
--- a/modules/monitoring/application/views/scripts/list/notifications.phtml
+++ b/modules/monitoring/application/views/scripts/list/notifications.phtml
@@ -1,7 +1,9 @@
= $this->tabs ?>
+
= $this->sortControl->render($this) ?>
-= $this->selectionToolbar('single') ?>
+
+
= $this->paginationControl($notifications, null, null, array('preserve' => $this->preserve)) ?>