diff --git a/application/views/scripts/config/authentication.phtml b/application/views/scripts/config/authentication.phtml index a6f3688d3..e9bc1f0a1 100644 --- a/application/views/scripts/config/authentication.phtml +++ b/application/views/scripts/config/authentication.phtml @@ -1,44 +1,45 @@ -href('/config/createAuthenticationBackend', array('type' => 'ldap')); -$createDbBackend = $this->href('/config/createAuthenticationBackend', array('type' => 'db')); -?>
- tabs->render($this); ?> +tabs ?>
- messageBox)): ?> - messageBox->render() ?> - +Create Authentication Provider -

- icon('create.png'); ?> Create A New LDAP Authentication Backend -
- icon('create.png'); ?> Create A New DB Authentication Backend -

+if (isset($this->messageBox)) { + // TODO: Get rid of such boxes -> notifications? + echo $this->messageBox->render(); +} +?> - - backends as $backend): ?> - - - - -
-
- Backend:escape($backend->name); ?> -
-
-
- reorderForm; ?> -
- - icon('edit.png'); ?> Edit  - backends) > 1): ?> - - icon('remove.png'); ?> Remove  - -
-
+

+ icon('create.png'); ?> Create A New LDAP Authentication Backend +
+ icon('create.png'); ?> Create A New DB Authentication Backend +

+ + + + + + + + + backends as $backend): ?> + + + + + + +
ResourceRemoveOrder
+ + icon('edit.png') ?> escape($backend->name); ?> + + + + icon('remove.png', 'Remove') ?> + + + reorderForm; ?> +