From 2f8c6a37d35d6d8641957126166806fdfed9539e Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sun, 9 Mar 2014 20:09:26 +0100 Subject: [PATCH] Spacing, quick and dirty --- .../application/views/scripts/list/eventhistory.phtml | 4 +++- .../application/views/scripts/list/notifications.phtml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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 @@
tabs->render($this); ?> +
filterBox->render($this); ?> sortControl->render($this); ?> -selectionToolbar('single'); ?> + +
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 @@
tabs ?> +
sortControl->render($this) ?> -selectionToolbar('single') ?> + +
paginationControl($notifications, null, null, array('preserve' => $this->preserve)) ?>