diff options
Diffstat (limited to 'app/Template/user_view/layout.php')
-rw-r--r-- | app/Template/user_view/layout.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/Template/user_view/layout.php b/app/Template/user_view/layout.php index c126ad89..8f24adcc 100644 --- a/app/Template/user_view/layout.php +++ b/app/Template/user_view/layout.php @@ -6,10 +6,7 @@ <?= $this->url->icon('user', t('All users'), 'UserListController', 'show') ?> </li> <li> - <?= $this->modal->medium('plus', t('New local user'), 'UserCreationController', 'show') ?> - </li> - <li> - <?= $this->modal->medium('plus', t('New remote user'), 'UserCreationController', 'show', array('remote' => 1)) ?> + <?= $this->modal->medium('plus', t('New user'), 'UserCreationController', 'show') ?> </li> <li> <?= $this->modal->medium('upload', t('Import'), 'UserImportController', 'show') ?> |