hack to get the login-page usable

This commit is contained in:
Ralf Becker 2003-10-25 23:21:38 +00:00
parent b11e686618
commit 687387512f

View File

@ -29,6 +29,8 @@
z-index:9; z-index:9;
} }
body { background: #ffffff; }
</style> </style>
</head> </head>
<body bgcolor="#ffffff"> <body bgcolor="#ffffff">
@ -39,7 +41,7 @@
<center>{lang_message}</center> <center>{lang_message}</center>
<p>&nbsp;</p> <p>&nbsp;</p>
<form name="login_form" method="post" action="{login_url}"> <form name="login_form" method="post" action="{login_url}">
<table class=sidebox cellspacing=1 cellpadding=0 border=0 align=center> <table class=sidebox cellspacing=1 cellpadding=0 border=1 align=center>
<tr> <tr>
<td class="sideboxtitle" align="center" height=28>{website_title}</td> <td class="sideboxtitle" align="center" height=28>{website_title}</td>
</tr> </tr>