Redesign users list layout
This commit is contained in:
13
app/Template/user_list/user_details.php
Normal file
13
app/Template/user_list/user_details.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="table-list-details table-list-details-with-icons">
|
||||
<span class="table-list-category">
|
||||
<?= $this->user->getRoleName($user['role']) ?>
|
||||
</span>
|
||||
|
||||
<?php if (! empty($user['name'])): ?>
|
||||
<span><?= $this->text->e($user['username']) ?></span>
|
||||
<?php endif ?>
|
||||
|
||||
<?php if (! empty($user['email'])): ?>
|
||||
<span><a href="mailto:<?= $this->text->e($user['email']) ?>"><?= $this->text->e($user['email']) ?></a></span>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
Reference in New Issue
Block a user