Project

General

Profile

« Previous | Next » 

Revision 3419

use hidden fields for form action input rather than button label values

View differences:

SaeonLogin.jspx
97 97
		Use a '%' symbol as a wildcard in searches (e.g., '%herbivore%' 
98 98
		would locate any phrase with the word herbivore embedded within it).
99 99
		</p>
100
			<input name="anyfield" value="" type="text" size="14" /> 
101
			<input name="action" value="Search" type="submit" /> 
100
			<input name="anyfield" value="" type="text" size="14" />
101
			<input name="action" value="query" type="hidden" />  
102
			<input name="search" value="Search" type="submit" /> 
102 103
		
103 104
	</form>
104 105
	<p class="regtext">
......
118 119
		<p class="regtext">
119 120
		Browse all existing data sets by title. This operation can be slow.
120 121
		</p>
121
		<input name="action" value="Browse All" type="submit" />
122
		<input name="action" value="query" type="hidden" />
123
		<input name="browse" value="Browse All" type="submit" />
122 124
	</form>
123 125

  
124 126
	</td>

Also available in: Unified diff