1
0
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:
Sergey Romanenko
2014-01-09 12:22:05 +02:00
parent 1998674217
commit 1db7253e63

View File

@@ -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>