<input type="hidden" name="_special" value="1" />
<table>
<tr>
- <td>
+ <td><label><strong>[% l("Field:") %]</strong>
<select name="qtype">
<!-- TODO: Pull labels from config.metabib_field.label -->
<option value="identifier|isbn">[% l('ISBN') %]</option>
<option value="identifier|tcn">[% l('TCN') %]</option>
<option value="item_barcode">[% l('Item Barcode') %]</option>
</select>
+ </label>
</td>
<td>
<input type="text" name="query" size="16" autofocus />
</td>
- <td>
+ </tr>
+ <tr>
+ <td colspan="2"><label><strong>[% l("Search Library:") %]</strong>
[% PROCESS "opac/parts/org_selector.tt2";
- l(' in '); INCLUDE build_org_selector show_loc_groups=1 %]
+ INCLUDE build_org_selector show_loc_groups=1
+ %]
+ </label>
</td>
</tr>
<tr>