diff options
author | xgizzmo <xgizzmo@ampache> | 2005-12-28 00:44:58 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-12-28 00:44:58 +0000 |
commit | 2644fd3d29e0c53e9096965c9c2dbf18fe623f17 (patch) | |
tree | 0cf60be7df3c0933785a5ab480b64e11fab3ac2f /templates/show_users.inc | |
parent | 30af850c5fca29c5f35f664bbe1c0ff2933ea186 (diff) | |
download | ampache-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.inc | 2 |
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\"> </td>"; } else { - echo "<td bgcolor=\"darkred\"> </td>"; + echo "<td bgcolor=\"#7f0000\"> </td>"; } ?> </tr> |