summaryrefslogtreecommitdiff
path: root/app/Template/user_list
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/user_list')
-rw-r--r--app/Template/user_list/show.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/Template/user_list/show.php b/app/Template/user_list/show.php
index 783a1df7..667945ca 100644
--- a/app/Template/user_list/show.php
+++ b/app/Template/user_list/show.php
@@ -3,10 +3,7 @@
<?php if ($this->user->hasAccess('UserCreationController', 'show')): ?>
<ul>
<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') ?>