summaryrefslogtreecommitdiffstats
path: root/templates/show_users.inc
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2005-12-28 00:44:58 +0000
committerxgizzmo <xgizzmo@ampache>2005-12-28 00:44:58 +0000
commit2644fd3d29e0c53e9096965c9c2dbf18fe623f17 (patch)
tree0cf60be7df3c0933785a5ab480b64e11fab3ac2f /templates/show_users.inc
parent30af850c5fca29c5f35f664bbe1c0ff2933ea186 (diff)
downloadampache-2644fd3d29e0c53e9096965c9c2dbf18fe623f17.tar.gz
ampache-2644fd3d29e0c53e9096965c9c2dbf18fe623f17.tar.bz2
ampache-2644fd3d29e0c53e9096965c9c2dbf18fe623f17.zip
XHTML clean up
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 edb5cfd5..dc43fb20 100644
--- a/templates/show_users.inc
+++ b/templates/show_users.inc
@@ -119,7 +119,7 @@ while ( $results = mysql_fetch_object($db_result) ) {
} elseif ( $user->disabled == 1) {
echo "<td bgcolor=\"gray\"> &nbsp; </td>";
} else {
- echo "<td bgcolor=\"darkred\"> &nbsp; </td>";
+ echo "<td bgcolor=\"#7f0000\"> &nbsp; </td>";
}
?>
</tr>