added IE fix from 0.5

This commit is contained in:
Roland Gruber 2004-08-14 12:37:20 +00:00
parent cfa62e9c83
commit 03bd121d1c
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>