@@ -162,38 +162,38 @@ org.opensolaris.opengrok.web.Util"
162
162
%>
163
163
<tbody>
164
164
<tr>
165
- <td><label for="s1 " title="The text token(s) or other fields to be found (lucene query, this is not full text!)">Full Search</label></td>
165
+ <td><label for="q " title="The text token(s) or other fields to be found (lucene query, this is not full text!)">Full Search</label></td>
166
166
<td colspan="2"><input tabindex="1" class="q" name="q" id="q" type="text" value="<%=
167
167
Util.formQuoteEscape(queryParams.getFreetext()) %>"/></td>
168
168
</tr>
169
169
<tr>
170
- <td><label for="s2 " title="Definition of function/variable/class">Definition</label></td>
170
+ <td><label for="defs " title="Definition of function/variable/class">Definition</label></td>
171
171
<td colspan="2"><input class="q" tabindex="2" name="defs" id="defs" type="text" value="<%=
172
172
Util.formQuoteEscape(queryParams.getDefs()) %>"/></td>
173
173
</tr>
174
174
<tr>
175
- <td><label for="s3 " title="Usage of function/variable/class">Symbol</label></td>
175
+ <td><label for="refs " title="Usage of function/variable/class">Symbol</label></td>
176
176
<td colspan="2"><input class="q" tabindex="3" name="refs" id="refs" type="text" value="<%=
177
177
Util.formQuoteEscape(queryParams.getRefs()) %>"/></td>
178
178
</tr>
179
179
<tr>
180
- <td><label for="s4 " title="path or parts of it, no need to use dividers">File Path</label></td>
180
+ <td><label for="path " title="path or parts of it, no need to use dividers">File Path</label></td>
181
181
<td colspan="2"><input class="q" tabindex="4" name="path" id="path" type="text" value="<%=
182
182
Util.formQuoteEscape(queryParams.getPath()) %>"/></td>
183
183
</tr>
184
184
<%
185
185
if (cfg.getEnv().isHistoryEnabled()) {
186
186
%>
187
187
<tr>
188
- <td><label for="s5 " title="Search in log messages">History</label></td>
188
+ <td><label for="hist " title="Search in log messages">History</label></td>
189
189
<td colspan="2"><input class="q" tabindex="5" name="hist" id="hist" type="text" value="<%=
190
190
Util.formQuoteEscape(queryParams.getHist()) %>"/></td>
191
191
</tr>
192
192
<%
193
193
}
194
194
%>
195
195
<tr>
196
- <td id="typeLabelTd"><label for="s5 ">Type</label></td>
196
+ <td id="typeLabelTd"><label for="type ">Type</label></td>
197
197
<td><select class="q" tabindex="6" name="type" id="type"><%
198
198
String selection = queryParams.getType();
199
199
%>
0 commit comments