= $this->tabs; ?>
- = $this->sortBox; ?>
- = $this->limiter; ?>
- = $this->paginator; ?>
+
= $this->backendSelection; ?>
= $this->filterEditor; ?>
@@ -36,7 +44,7 @@ if (! isset($backend)) {
'class' => 'button-link',
'data-base-target' => '_next',
'icon' => 'plus',
- 'title' => $this->translate('Create a new user')
+ 'title' => $this->translate('Create a new user group')
)
) ?>
diff --git a/application/views/scripts/list/applicationlog.phtml b/application/views/scripts/list/applicationlog.phtml
index 00102e855..15fe9cef1 100644
--- a/application/views/scripts/list/applicationlog.phtml
+++ b/application/views/scripts/list/applicationlog.phtml
@@ -1,9 +1,17 @@
compact): ?>
= $this->tabs; ?>
- = $this->sortBox; ?>
- = $this->limiter; ?>
- = $this->paginator; ?>
+
+
+ = $this->limiter ?>
+
+
+ = $this->paginator ?>
+
+
+ = $this->sortBox ?>
+
+
= $this->filterEditor; ?>
diff --git a/application/views/scripts/navigation/index.phtml b/application/views/scripts/navigation/index.phtml
index 49f89c442..e24a3a59f 100644
--- a/application/views/scripts/navigation/index.phtml
+++ b/application/views/scripts/navigation/index.phtml
@@ -1,9 +1,17 @@
compact): ?>
= $this->tabs ?>
- = $this->sortBox ?>
- = $this->limiter ?>
- = $this->paginator ?>
+
+
+ = $this->limiter ?>
+
+
+ = $this->paginator ?>
+
+
+ = $this->sortBox ?>
+
+
= $this->filterEditor ?>
diff --git a/application/views/scripts/navigation/shared.phtml b/application/views/scripts/navigation/shared.phtml
index 5d0a3107f..aae7fa552 100644
--- a/application/views/scripts/navigation/shared.phtml
+++ b/application/views/scripts/navigation/shared.phtml
@@ -5,9 +5,17 @@ use Icinga\Web\Url;
if (! $this->compact): ?>
= $this->tabs; ?>
- = $this->sortBox; ?>
- = $this->limiter; ?>
- = $this->paginator; ?>
+
+
+ = $this->limiter ?>
+
+
+ = $this->paginator ?>
+
+
+ = $this->sortBox ?>
+
+
= $this->filterEditor; ?>
diff --git a/application/views/scripts/user/list.phtml b/application/views/scripts/user/list.phtml
index c6b2b4ae4..c89ea82e8 100644
--- a/application/views/scripts/user/list.phtml
+++ b/application/views/scripts/user/list.phtml
@@ -5,9 +5,17 @@ use Icinga\Data\Reducible;
if (! $this->compact): ?>
= $this->tabs ?>
- = $this->sortBox ?>
- = $this->limiter ?>
- = $this->paginator ?>
+
+
+ = $this->limiter ?>
+
+
+ = $this->paginator ?>
+
+
+ = $this->sortBox ?>
+
+
= $this->backendSelection ?>
= $this->filterEditor ?>
diff --git a/modules/monitoring/application/views/scripts/list/eventhistory.phtml b/modules/monitoring/application/views/scripts/list/eventhistory.phtml
index afe84b347..31c43421b 100644
--- a/modules/monitoring/application/views/scripts/list/eventhistory.phtml
+++ b/modules/monitoring/application/views/scripts/list/eventhistory.phtml
@@ -13,11 +13,19 @@ $history->limit($limit * $page);
if (! $this->compact): ?>