diff options
Diffstat (limited to 'modules/user')
| -rw-r--r-- | modules/user/views/admin_users.html.php | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/modules/user/views/admin_users.html.php b/modules/user/views/admin_users.html.php index 3eabf47d..2d30b218 100644 --- a/modules/user/views/admin_users.html.php +++ b/modules/user/views/admin_users.html.php @@ -55,7 +55,6 @@    <div class="gBlockContent">      <table id="gUserAdminList">        <tr> -        <th></th>          <th><?= t("Username") ?></th>          <th><?= t("Full name") ?></th>          <th><?= t("Email") ?></th> @@ -65,14 +64,12 @@        <? foreach ($users as $i => $user): ?>        <tr id="gUser-<?= $user->id ?>" class="<?= text::alternate("gOddRow", "gEvenRow") ?> user"> -        <td id="user-<?= $user->id ?>" class="core-info"> +        <td id="user-<?= $user->id ?>" class="core-info gDraggable">            <img src="<?= $user->avatar_url(20, $theme->url("images/avatar.jpg", true)) ?>"                 title="<?= t("Drag user onto group below to add as a new member") ?>"                 alt="<?= $user->name ?>"                 width="20"                 height="20" /> -        </td> -        <td>            <?= $user->name ?>          </td>          <td> | 
