Bug with login problems with IE solved; third-party fix;

This commit is contained in:
duergner 2004-08-03 19:05:46 +00:00
parent c986660195
commit 98fda9f7f1
1 changed files with 2 additions and 1 deletions

View File

@ -221,7 +221,8 @@ function display_LoginPage($config_object,$profile)
</tr>
<tr>
<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>
</tr>
<tr>