1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 13:16:54 +02:00

#64 Admin Responsive - Next Round

This commit is contained in:
Awilum
2013-01-27 20:43:04 +02:00
parent aba5dda41b
commit 70954e8cdb
3 changed files with 92 additions and 10 deletions

View File

@@ -20,9 +20,9 @@
<thead>
<tr>
<th><?php echo __('Username', 'users'); ?></th>
<th><?php echo __('Email', 'users'); ?></th>
<th><?php echo __('Registered', 'users'); ?></th>
<th><?php echo __('Role', '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></th>
</tr>
</thead>
@@ -32,13 +32,13 @@
<td>
<?php echo Html::toText($user['login']); ?>
</td>
<td>
<td class="hidden-phone">
<?php echo Html::toText($user['email']); ?>
</td>
<td>
<td class="hidden-phone">
<?php echo Date::format($user['date_registered']); ?>
</td>
<td>
<td class="hidden-phone">
<?php echo $roles["{$user['role']}"]; ?>
</td>
<td>