summaryrefslogtreecommitdiff
path: root/app/Template/user/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/user/index.php')
-rw-r--r--app/Template/user/index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Template/user/index.php b/app/Template/user/index.php
index d74aa748..4008b920 100644
--- a/app/Template/user/index.php
+++ b/app/Template/user/index.php
@@ -4,10 +4,10 @@
<ul>
<li><i class="fa fa-plus fa-fw"></i><?= $this->url->link(t('New local user'), 'user', 'create') ?></li>
<li><i class="fa fa-plus fa-fw"></i><?= $this->url->link(t('New remote user'), 'user', 'create', array('remote' => 1)) ?></li>
+ <li><i class="fa fa-upload fa-fw"></i><?= $this->url->link(t('Import'), 'userImport', 'step1') ?></li>
</ul>
<?php endif ?>
</div>
- <section>
<?php if ($paginator->isEmpty()): ?>
<p class="alert"><?= t('No user') ?></p>
<?php else: ?>
@@ -62,5 +62,4 @@
<?= $paginator ?>
<?php endif ?>
- </section>
</section>