mirror of
				https://github.com/Mibew/design.git
				synced 2025-10-31 18:41:05 +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"> | ||||
| 			<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> | ||||
| 				<td class="submit"><a href="javascript:resetForm.submit();"> | ||||
| 				<td class="submit"><a href="javascript:document.resetForm.submit();"> | ||||
| 					<?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> | ||||
| 			</tr></table> | ||||
| 
 | ||||
|  | ||||
| @ -74,11 +74,11 @@ require_once('inc_errors.php'); | ||||
| 
 | ||||
| 		<div class="fbutton"> | ||||
| 			<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> | ||||
| 				<td class="submit"><a href="javascript:restoreForm.submit();"> | ||||
| 				<td class="submit"><a href="javascript:document.restoreForm.submit();"> | ||||
| 					<?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> | ||||
| 			</tr></table> | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user