Colorize admin user rows to make them stand out

This commit is contained in:
Bharat Mediratta
2009-05-13 03:44:55 +00:00
parent 1344bd7009
commit b9aeec634d
2 changed files with 7 additions and 2 deletions

View File

@@ -63,7 +63,7 @@
</tr>
<? foreach ($users as $i => $user): ?>
<tr id="gUser-<?= $user->id ?>" class="<?= text::alternate("gOddRow", "gEvenRow") ?> user">
<tr id="gUser-<?= $user->id ?>" class="<?= text::alternate("gOddRow", "gEvenRow") ?> user <?= $user->admin ? "admin" : "" ?>">
<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") ?>"