4.x style login page
authorIvan Kohler <ivan@freeside.biz>
Sat, 22 Oct 2016 01:13:20 +0000 (18:13 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sat, 22 Oct 2016 01:13:20 +0000 (18:13 -0700)
httemplate/loginout/login.html

index 8d599ad..b787a3e 100644 (file)
@@ -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>