mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 12:30:04 +01:00
"removed onchange attribute on password which caused the creation of 2 sessions in konqueror, it seems to be unneccessary in FF, IE and konq anyway"
This commit is contained in:
parent
5fccf96345
commit
0e4244b440
@ -7,7 +7,7 @@
|
|||||||
<div id="loginCdMessage">{cd}</div>
|
<div id="loginCdMessage">{cd}</div>
|
||||||
<form name="login_form" method="post" action="{login_url}">
|
<form name="login_form" method="post" action="{login_url}">
|
||||||
<table class="divLoginbox divSideboxEntry" cellspacing="0" cellpadding="2" border="0" align="center">
|
<table class="divLoginbox divSideboxEntry" cellspacing="0" cellpadding="2" border="0" align="center">
|
||||||
<tr class="divLoginboxHeader">
|
<tr class="divLoginboxHeader">
|
||||||
<td colspan="3">{website_title}</td>
|
<td colspan="3">{website_title}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -43,7 +43,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">{lang_password}: </td>
|
<td align="right">{lang_password}: </td>
|
||||||
<td><input name="passwd" type="password" onChange="this.form.submit()" size="30" /></td>
|
<td><input name="passwd" type="password" size="30" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
@ -54,7 +54,7 @@
|
|||||||
<!-- BEGIN registration -->
|
<!-- BEGIN registration -->
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3" height="20" align="center">
|
<td colspan="3" height="20" align="center">
|
||||||
{lostpassword_link}
|
{lostpassword_link}
|
||||||
{lostid_link}
|
{lostid_link}
|
||||||
{register_link}
|
{register_link}
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user