diff --git a/application/views/scripts/config/authentication.phtml b/application/views/scripts/config/authentication.phtml
index ab96e4f13..7d5cc1cd0 100644
--- a/application/views/scripts/config/authentication.phtml
+++ b/application/views/scripts/config/authentication.phtml
@@ -3,9 +3,11 @@ use Icinga\Web\Url;
$createLdapBackend = $this->href('/config/createAuthenticationBackend', array('type' => 'ldap'));
$createDbBackend = $this->href('/config/createAuthenticationBackend', array('type' => 'db'));
?>
-
+
= $this->tabs->render($this); ?>
+
+
messageBox)): ?>
= $this->messageBox->render() ?>
@@ -40,4 +42,5 @@ $createDbBackend = $this->href('/config/createAuthenticationBackend', array('typ
-
\ No newline at end of file
+
+
diff --git a/application/views/scripts/config/index.phtml b/application/views/scripts/config/index.phtml
index d307c73eb..dab0acc4f 100644
--- a/application/views/scripts/config/index.phtml
+++ b/application/views/scripts/config/index.phtml
@@ -1,7 +1,11 @@
+
= $this->tabs->render($this); ?>
+
+
messageBox)): ?>
= $this->messageBox->render() ?>
-= $this->form ?>
\ No newline at end of file
+= $this->form ?>
+
diff --git a/application/views/scripts/config/logging.phtml b/application/views/scripts/config/logging.phtml
index d8129ff62..b37e704e5 100644
--- a/application/views/scripts/config/logging.phtml
+++ b/application/views/scripts/config/logging.phtml
@@ -1,5 +1,8 @@
+
= $this->tabs->render($this); ?>
+
+
form->getErrorMessages(); ?>
messageBox)): ?>
@@ -27,4 +30,6 @@
-= $this->form ?>
\ No newline at end of file
+= $this->form ?>
+
+
diff --git a/application/views/scripts/config/module/overview.phtml b/application/views/scripts/config/module/overview.phtml
index f50b2e30d..c8bfbda3c 100644
--- a/application/views/scripts/config/module/overview.phtml
+++ b/application/views/scripts/config/module/overview.phtml
@@ -5,8 +5,11 @@ $this->modules->limit(10);
$modules = $this->modules->paginate();
?>
+
= $this->tabs->render($this); ?>
+
+
Installed Modules
messageBox)): ?>
@@ -17,7 +20,7 @@ $modules = $this->modules->paginate();
'preserve' => $this->preserve
));
?>
-
+
foreach ($modules as $module): ?>
modules->paginate();
endforeach ?>
+
diff --git a/application/views/scripts/config/resource.phtml b/application/views/scripts/config/resource.phtml
index cb6f9542c..c9c48856f 100644
--- a/application/views/scripts/config/resource.phtml
+++ b/application/views/scripts/config/resource.phtml
@@ -2,8 +2,11 @@
use Icinga\Web\Url;
$createResource = $this->href('/config/createresource');
?>
+
= $this->tabs->render($this); ?>
+
+
messageBox)): ?>
= $this->messageBox->render() ?>
@@ -41,4 +44,6 @@ $createResource = $this->href('/config/createresource');
-
\ No newline at end of file
+
+
+