diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-10-21 18:13:20 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-10-21 18:13:20 -0700 |
commit | 73cc2b38c2743fd4d6f2bd0353f35ebd781f1566 (patch) | |
tree | 252bcbcd81cc77bc77af48598ee69d51de06e746 | |
parent | 209d308c1be8aacea523d96c8770ee8b51044360 (diff) |
4.x style login page
-rw-r--r-- | httemplate/loginout/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/loginout/login.html b/httemplate/loginout/login.html index 8d599ad68..b787a3eea 100644 --- a/httemplate/loginout/login.html +++ b/httemplate/loginout/login.html @@ -18,7 +18,7 @@ <FORM METHOD="POST" ACTION="/login"> <INPUT TYPE="hidden" NAME="destination" VALUE="<% $uri %>"> - <TABLE CELLSPACING=0 CELLPADDING=4 BGCOLOR="#cccccc"> + <TABLE CELLSPACING=0 CELLPADDING=4 CLASS="fsinnerbox"> <TR> <TD ALIGN="right">Username: </TD> <TD><INPUT TYPE="text" NAME="credential_0" SIZE="13"></TD> |