From feffae660e250ba631e74dea0b62088749d10b6b Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Fri, 24 Mar 2006 08:24:29 +0000 Subject: added a hack for some additional sorting and fixed it so that the user table has alternating colors --- templates/show_albums.inc | 16 ++++++++++------ templates/show_users.inc | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) (limited to 'templates') diff --git a/templates/show_albums.inc b/templates/show_albums.inc index da6a505c..e23f88e8 100644 --- a/templates/show_albums.inc +++ b/templates/show_albums.inc @@ -1,7 +1,7 @@ total_items; - - + + + + @@ -67,12 +69,14 @@ foreach ($albums as $album) { - - + + + + - + 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"; } ?> - + fullname; ?> (username; ?>) -- cgit