mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix][#36] paging category reset
This commit is contained in:
		
							parent
							
								
									77b936e3be
								
							
						
					
					
						commit
						ced6a94591
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		|  | @ -62,6 +62,9 @@ | |||
|             <form method="post" action="/"> | ||||
|                 <div class="left"> | ||||
|                 <input type="hidden" name="q" value="{{ q }}" /> | ||||
|                 {% for category in selected_categories %} | ||||
|                 <input type="hidden" name="category_{{ category }}" value="1"/> | ||||
|                 {% endfor %} | ||||
|                 <input type="hidden" name="pageno" value="{{ pageno-1 }}" /> | ||||
|                 <input type="submit" value="<< {{ _('previous page') }}" /> | ||||
|                 </div> | ||||
|  | @ -69,6 +72,9 @@ | |||
|         {% endif %} | ||||
|         <form method="post" action="/"> | ||||
|             <div class="left"> | ||||
|             {% for category in selected_categories %} | ||||
|             <input type="hidden" name="category_{{ category }}" value="1"/> | ||||
|             {% endfor %} | ||||
|             <input type="hidden" name="q" value="{{ q }}" /> | ||||
|             <input type="hidden" name="pageno" value="{{ pageno+1 }}" /> | ||||
|             <input type="submit" value="{{ _('next page') }} >>" /> | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 asciimoo
						asciimoo