mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-03 11:47:51 +02:00
Twitter Bootsrap 3 - Admin - Fixes #185
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th><?php echo __('Username', 'users'); ?></th>
|
||||
<th class="hidden-phone"><?php echo __('Email', 'users'); ?></th>
|
||||
<th class="hidden-phone"><?php echo __('Registered', 'users'); ?></th>
|
||||
<th class="hidden-phone"><?php echo __('Role', 'users'); ?></th>
|
||||
<th><?php echo __('Email', 'users'); ?></th>
|
||||
<th><?php echo __('Registered', 'users'); ?></th>
|
||||
<th><?php echo __('Role', 'users'); ?></th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -34,13 +34,13 @@
|
||||
<td>
|
||||
<?php echo Html::toText($user['login']); ?>
|
||||
</td>
|
||||
<td class="hidden-phone">
|
||||
<td>
|
||||
<?php echo Html::toText($user['email']); ?>
|
||||
</td>
|
||||
<td class="hidden-phone">
|
||||
<td>
|
||||
<?php echo Date::format($user['date_registered']); ?>
|
||||
</td>
|
||||
<td class="hidden-phone">
|
||||
<td>
|
||||
<?php echo $roles["{$user['role']}"]; ?>
|
||||
</td>
|
||||
<td>
|
||||
|
Reference in New Issue
Block a user