- = $this->tabs ?>
-
+ = $this->tabs; ?>
+
= $intervalBox; ?>
- = $this->widget('limiter') ?>
- = $this->paginationControl($notifications, null, null, array('preserve' => $this->preserve)) ?>
+ = $this->limiter; ?>
+ = $this->paginator; ?>
-
+
@@ -59,8 +60,7 @@
= $this->partial('list/notifications.phtml', array(
'notifications' => $this->recentAlerts,
- 'compact' => true,
- 'inline' => true
+ 'compact' => true
)); ?>
@@ -71,8 +71,7 @@
= $this->partial('list/notifications.phtml', array(
'notifications' => $this->notifications,
- 'compact' => true,
- 'inline' => true
+ 'compact' => true
)); ?>
diff --git a/modules/monitoring/application/views/scripts/host/show.phtml b/modules/monitoring/application/views/scripts/host/show.phtml
index 867692301..32389515b 100644
--- a/modules/monitoring/application/views/scripts/host/show.phtml
+++ b/modules/monitoring/application/views/scripts/host/show.phtml
@@ -1,4 +1,7 @@
+ compact): ?>
+ = $this->tabs; ?>
+
= $this->render('partials/host/object-header.phtml') ?>
= $this->render('partials/host/servicesummary.phtml') ?>
diff --git a/modules/monitoring/application/views/scripts/hosts/show.phtml b/modules/monitoring/application/views/scripts/hosts/show.phtml
index 5c00cf827..9d532d6dd 100644
--- a/modules/monitoring/application/views/scripts/hosts/show.phtml
+++ b/modules/monitoring/application/views/scripts/hosts/show.phtml
@@ -1,9 +1,12 @@
+ compact): ?>
+ = $tabs; ?>
+
= $this->render('partials/host/objects-header.phtml'); ?>
- = $this->translate('No hosts matching the filter'); ?>
+ = $this->translate('No hosts found matching the filter'); ?>
= sprintf($this->translatePlural('%u Host', '%u Hosts', $hostCount), $hostCount); ?>
= $this->qlink(
diff --git a/modules/monitoring/application/views/scripts/list/comments.phtml b/modules/monitoring/application/views/scripts/list/comments.phtml
index e3d30c5d0..53a00835a 100644
--- a/modules/monitoring/application/views/scripts/list/comments.phtml
+++ b/modules/monitoring/application/views/scripts/list/comments.phtml
@@ -1,20 +1,20 @@
-compact): ?>
+compact): ?>
- = $this->tabs->render($this); ?>
-
- = $this->translate('Sort by'); ?> = $this->sortControl->render($this); ?>
-
- = $this->widget('limiter', array('url' => $this->url, 'max' => $comments->count())); ?>
- = $this->paginationControl($comments, null, null, array('preserve' => $this->preserve)); ?>
+ = $this->tabs; ?>
+ = $this->sortBox; ?>
+ = $this->limiter; ?>
+ = $this->paginator; ?>
+ = $this->filterEditor; ?>
-
-
- = $this->translate('No comments matching the filter'); ?>
-
-
+translate('No comments found matching the filter') . '
';
+ return;
+}
+?>