IE: fix being unable to login
This commit is contained in:
parent
0456176a44
commit
4fab608e66
|
@ -149,7 +149,7 @@ function validateLoginForm(f) {
|
|||
|
||||
<tr><td colspan="2" align="right" class="innerLoginCell">
|
||||
|
||||
<button name='click'><?php echo __('Log in') ?></button>
|
||||
<button type="submit" name='click'><?php echo __('Log in') ?></button>
|
||||
<?php if (defined('ENABLE_REGISTRATION') && ENABLE_REGISTRATION) { ?>
|
||||
<button onclick="return gotoRegForm()">
|
||||
<?php echo __("Create new account") ?></button>
|
||||
|
|
Loading…
Reference in New Issue