mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 05:11:27 +00:00 
			
		
		
		
	set type of input field for search query to 'search'
This commit is contained in:
		
							parent
							
								
									cca363fc0b
								
							
						
					
					
						commit
						6cac794913
					
				|  | @ -218,7 +218,7 @@ function typeahead() { /* {{{ */ | |||
| 			getMLText("search_query"), | ||||
| 			array( | ||||
| 				'element'=>'input', | ||||
| 				'type'=>'text', | ||||
| 				'type'=>'search', | ||||
| 				'name'=>'query', | ||||
| 				'value'=>htmlspecialchars($this->query) | ||||
| 			) | ||||
|  | @ -461,7 +461,7 @@ function typeahead() { /* {{{ */ | |||
| 				getMLText("search_query"), | ||||
| 				array( | ||||
| 					'element'=>'input', | ||||
| 					'type'=>'text', | ||||
| 					'type'=>'search', | ||||
| 					'name'=>'query', | ||||
| 					'value'=>htmlspecialchars($this->query) | ||||
| 				) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann