From 2e6fed88620670999cf3f007c3bd163a7c8a5da4 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 25 Sep 2015 12:25:09 +0200 Subject: [PATCH] Display the add new user button to the user table refs #5543 --- application/views/scripts/user/list.phtml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/application/views/scripts/user/list.phtml b/application/views/scripts/user/list.phtml index 04ae047c3..af3d40ac3 100644 --- a/application/views/scripts/user/list.phtml +++ b/application/views/scripts/user/list.phtml @@ -28,6 +28,13 @@ if (! $this->compact): ?> $extensible = $this->hasPermission('config/authentication/users/add') && $backend instanceof Extensible; $reducible = $this->hasPermission('config/authentication/users/remove') && $backend instanceof Reducible; ?> + + qlink($this->translate('Add a new user'), 'user/add', array('backend' => $backend->getName()), array( + 'icon' => 'plus', + 'data-base-target' => '_next', + 'class' => 'user-add' + )) ?> + @@ -69,11 +76,4 @@ $reducible = $this->hasPermission('config/authentication/users/remove') && $back
- - qlink($this->translate('Add a new user'), 'user/add', array('backend' => $backend->getName()), array( - 'icon' => 'plus', - 'data-base-target' => '_next', - 'class' => 'user-add' - )) ?> -