mirror of
				https://github.com/ShaYmez/xlxd.git
				synced 2025-10-31 13:01:05 -04:00 
			
		
		
		
	db v2.3.5
now the page refresh is now suspended until you leave the filte fields.
This commit is contained in:
		
							parent
							
								
									830cbc07f6
								
							
						
					
					
						commit
						b3ae55fd0f
					
				| @ -63,7 +63,7 @@ if ($PageOptions['UserPage']['ShowFilter']) { | |||||||
|             <td align="left"> |             <td align="left"> | ||||||
|                <form name="frmFilterCallSign" method="post" action="./index.php"> |                <form name="frmFilterCallSign" method="post" action="./index.php"> | ||||||
|                   <input type="hidden" name="do" value="SetFilter" /> |                   <input type="hidden" name="do" value="SetFilter" /> | ||||||
|                   <input type="text" class="FilterField" value="'.$_SESSION['FilterCallSign'].'" name="txtSetCallsignFilter" placeholder="Callsign" /> |                   <input type="text" class="FilterField" value="'.$_SESSION['FilterCallSign'].'" name="txtSetCallsignFilter" placeholder="Callsign" onfocus="SuspendPageRefresh();" onblur="setTimeout(ReloadPage, '.$PageOptions['PageRefreshDelay'].');" /> | ||||||
|                   <input type="submit" value="Apply" class="FilterSubmit" /> |                   <input type="submit" value="Apply" class="FilterSubmit" /> | ||||||
|                </form> |                </form> | ||||||
|             </td>'; |             </td>'; | ||||||
| @ -75,7 +75,7 @@ if ($PageOptions['UserPage']['ShowFilter']) { | |||||||
|             <td align="right" style="padding-right:3px;"> |             <td align="right" style="padding-right:3px;"> | ||||||
|                <form name="frmFilterModule" method="post" action="./index.php"> |                <form name="frmFilterModule" method="post" action="./index.php"> | ||||||
|                   <input type="hidden" name="do" value="SetFilter" /> |                   <input type="hidden" name="do" value="SetFilter" /> | ||||||
|                   <input type="text" class="FilterField" value="'.$_SESSION['FilterModule'].'" name="txtSetModuleFilter" placeholder="Module" /> |                   <input type="text" class="FilterField" value="'.$_SESSION['FilterModule'].'" name="txtSetModuleFilter" placeholder="Module" onfocus="SuspendPageRefresh();" onblur="setTimeout(ReloadPage, '.$PageOptions['PageRefreshDelay'].');" /> | ||||||
|                   <input type="submit" value="Apply" class="FilterSubmit" /> |                   <input type="submit" value="Apply" class="FilterSubmit" /> | ||||||
|                </form> |                </form> | ||||||
|             </td> |             </td> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user