tab bar.
        * add "name" and "id" attribute to the text input box
          in the header, it wasn't working because it was missing.
        * removed the search header from the search results page.
        * fixed navigation buttons (next, prev)... they were
          missing the search string, pressing "next" or "prev"
          on a search aborted the search.
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			342 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			342 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div class="kwote-navigation">
 | 
						|
	<a href="?action=list&o=${ORDER}&s=${LAST_INDEX}&m=${MAX_RETURN}&mr=${MAX_RECORDS}&ss=${SEARCH_STRING}">< Previous</a>
 | 
						|
	  |  
 | 
						|
	<a href="?action=list&o=${ORDER}&s=${NEXT_INDEX}&m=${MAX_RETURN}&mr=${MAX_RECORDS}&ss=${SEARCH_STRING}">Next ></a>
 | 
						|
</div>
 | 
						|
    
 |