forked from extern/egroupware
Removed the JS code for submitting in Netscape and Konquror, its creating 2 sessions by submitting the form 2 times on Netscape. This is being removed until someone can find a better way
This commit is contained in:
parent
8a4b563143
commit
2562a6b49d
@ -29,7 +29,7 @@
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD valign="BASELINES">
|
||||
|
||||
<FORM method="post" action="{login_url}">
|
||||
<FORM name="login" method="post" action="{login_url}">
|
||||
<input type="hidden" name="passwd_type" value="text">
|
||||
<TABLE border="0" align="CENTER" bgcolor="#486591" width="100%" cellpadding="0" cellspacing="0">
|
||||
<TR bgcolor="#e6e6e6">
|
||||
@ -41,7 +41,7 @@
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD align="RIGHT"><font color="#000000">{lang_password}: </font></TD>
|
||||
<TD><input name="passwd" type="password" onChange="this.form.submit()"></TD>
|
||||
<TD><input name="passwd" type="password"></TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="2" align="CENTER"><input type="submit" value="{lang_login}" name="submitit"></TD>
|
||||
|
Loading…
Reference in New Issue
Block a user