* Made all the title boxes the same background color. The old scheme was
[citadel.git] / webcit / useredit.c
index 0ccf14e900857c4e47ce05c706e929c2330aa7ee..fd1a14a443dc7bad5195ef22e92958aa285d0c34 100644 (file)
@@ -264,7 +264,7 @@ void display_edituser(char *supplied_username, int is_new) {
        }
 
        output_headers(3);      /* No room banner on this screen */
-       wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#007700\"><TR><TD>");
+       wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#444455\"><TR><TD>");
        wprintf("<SPAN CLASS=\"titlebar\">"
                "Edit user account: ");
        escputs(username);