Bug with login problems with IE solved; third-party fix;
This commit is contained in:
parent
c986660195
commit
98fda9f7f1
|
@ -221,7 +221,8 @@ function display_LoginPage($config_object,$profile)
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="border-style:none" height="50" colspan="2" align="center">
|
<td style="border-style:none" height="50" colspan="2" align="center">
|
||||||
<input name="checklogin" type="submit" value="<?php echo _("Login"); ?>">
|
<input name="checklogin" type="hidden" value="<?php echo _('Login'); ?>">
|
||||||
|
<input type="submit" value="<?php echo _("Login"); ?>">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue