summaryrefslogtreecommitdiff
path: root/app/Template/user_view/layout.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/user_view/layout.php')
-rw-r--r--app/Template/user_view/layout.php5
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') ?>