Renamed and moved gOdd/gEven CSS classes.

This commit is contained in:
Chad Kieffer
2009-10-03 12:33:53 -06:00
parent 5ab0be3e62
commit 9145331fd4
8 changed files with 16 additions and 22 deletions

View File

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