summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-10-21 18:13:21 -0700
committerIvan Kohler <ivan@freeside.biz>2016-10-21 18:13:21 -0700
commitad20de4aa7709e54f5af5670946ccc64484a8cf8 (patch)
tree49e1e42ba4b8ebf893bc8aa8705cb53846560a54
parentcc21e43b3dd6828a5f38b1fdc37dee37f7dcb722 (diff)
4.x style login page
-rw-r--r--httemplate/loginout/login.html2
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>