summaryrefslogtreecommitdiffstats
path: root/templates/show_users.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-24 08:24:29 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-24 08:24:29 +0000
commitfeffae660e250ba631e74dea0b62088749d10b6b (patch)
tree4929350f153ec363033c9b216ad86d2fb227e147 /templates/show_users.inc
parent80b0748b4a43087aed6802b6b631f064f975f097 (diff)
downloadampache-feffae660e250ba631e74dea0b62088749d10b6b.tar.gz
ampache-feffae660e250ba631e74dea0b62088749d10b6b.tar.bz2
ampache-feffae660e250ba631e74dea0b62088749d10b6b.zip
added a hack for some additional sorting and fixed it so that the user table has alternating colors
Diffstat (limited to 'templates/show_users.inc')
-rw-r--r--templates/show_users.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_users.inc b/templates/show_users.inc
index 143c87bb..2ca1c53f 100644
--- a/templates/show_users.inc
+++ b/templates/show_users.inc
@@ -83,7 +83,7 @@ while ($results = mysql_fetch_object($db_result)) {
if (!$user->create_date) { $create_date = "Unknown"; }
?>
-<tr class="even">
+<tr class="<?php echo flip_class(); ?>">
<td>
<a href="<?php echo $web_path; ?>/admin/users.php?action=edit&amp;user=<?php echo $user->username; ?>">
<?php echo $user->fullname; ?> (<?php echo $user->username; ?>)