mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
login form fixed for konqueror
This commit is contained in:
@@ -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); ?>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user