mirror of
https://github.com/Mibew/tray.git
synced 2025-01-22 18:10:34 +03:00
Fixed js bug with submit buttons in restore and reset password forms
This commit is contained in:
parent
54db1deb2b
commit
8c69f5ad09
@ -86,11 +86,11 @@ require_once('inc_errors.php');
|
|||||||
|
|
||||||
<div class="fbutton">
|
<div class="fbutton">
|
||||||
<table class="submitbutton"><tr>
|
<table class="submitbutton"><tr>
|
||||||
<td><a href="javascript:resetForm.submit();">
|
<td><a href="javascript:document.resetForm.submit();">
|
||||||
<img src='<?php echo $webimroot ?>/images/submit.gif' width="40" height="35" border="0" alt="" /></a></td>
|
<img src='<?php echo $webimroot ?>/images/submit.gif' width="40" height="35" border="0" alt="" /></a></td>
|
||||||
<td class="submit"><a href="javascript:resetForm.submit();">
|
<td class="submit"><a href="javascript:document.resetForm.submit();">
|
||||||
<?php echo getlocal("resetpwd.submit") ?></a></td>
|
<?php echo getlocal("resetpwd.submit") ?></a></td>
|
||||||
<td><a href="javascript:resetForm.submit();">
|
<td><a href="javascript:document.resetForm.submit();">
|
||||||
<img src='<?php echo $webimroot ?>/images/submitrest.gif' width="10" height="35" border="0" alt="" /></a></td>
|
<img src='<?php echo $webimroot ?>/images/submitrest.gif' width="10" height="35" border="0" alt="" /></a></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
|
|
||||||
|
@ -74,11 +74,11 @@ require_once('inc_errors.php');
|
|||||||
|
|
||||||
<div class="fbutton">
|
<div class="fbutton">
|
||||||
<table class="submitbutton"><tr>
|
<table class="submitbutton"><tr>
|
||||||
<td><a href="javascript:restoreForm.submit();">
|
<td><a href="javascript:document.restoreForm.submit();">
|
||||||
<img src='<?php echo $webimroot ?>/images/submit.gif' width="40" height="35" border="0" alt="" /></a></td>
|
<img src='<?php echo $webimroot ?>/images/submit.gif' width="40" height="35" border="0" alt="" /></a></td>
|
||||||
<td class="submit"><a href="javascript:restoreForm.submit();">
|
<td class="submit"><a href="javascript:document.restoreForm.submit();">
|
||||||
<?php echo getlocal("restore.submit") ?></a></td>
|
<?php echo getlocal("restore.submit") ?></a></td>
|
||||||
<td><a href="javascript:restoreForm.submit();">
|
<td><a href="javascript:document.restoreForm.submit();">
|
||||||
<img src='<?php echo $webimroot ?>/images/submitrest.gif' width="10" height="35" border="0" alt="" /></a></td>
|
<img src='<?php echo $webimroot ?>/images/submitrest.gif' width="10" height="35" border="0" alt="" /></a></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user