login form fixed for konqueror
This commit is contained in:
parent
28fa925367
commit
747976de1d
12
login.php
12
login.php
|
@ -46,11 +46,11 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<form action="login.php" method="POST">
|
|
||||||
|
|
||||||
<table width='100%' height='100%' class="loginForm">
|
<table width='100%' height='100%' class="loginForm">
|
||||||
|
|
||||||
<tr><td align='center' valign='middle'>
|
<tr><td align='center' valign='middle'>
|
||||||
|
|
||||||
|
<form action="login.php" method="POST">
|
||||||
|
|
||||||
<table class="innerLoginForm">
|
<table class="innerLoginForm">
|
||||||
|
|
||||||
|
@ -67,10 +67,12 @@
|
||||||
<input type="submit" class="button" value="Login">
|
<input type="submit" class="button" value="Login">
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
|
||||||
</table></td></tr>
|
</table>
|
||||||
</table>
|
|
||||||
|
</form>
|
||||||
|
|
||||||
</form>
|
</td></tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
<? db_close($link); ?>
|
<? db_close($link); ?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue