Get back boolean button on OPAC Advanced Search page
With this patch, on OPAC Advanced Search page, when More Options is selected, a boolean combo box appears in front of fields combo box. Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
parent
9e63271c8a
commit
5d72025226
1 changed files with 7 additions and 0 deletions
|
@ -49,6 +49,13 @@
|
|||
<!-- TMPL_LOOP NAME="search_boxes_loop" -->
|
||||
<p>
|
||||
<!-- TMPL_IF NAME="expanded_options" -->
|
||||
<!-- TMPL_IF NAME="boolean" -->
|
||||
<select name="op">
|
||||
<option value="and" selected="selected">and</option>
|
||||
<option value="or">or</option>
|
||||
<option value="not">not</option>
|
||||
</select>
|
||||
<!-- /TMPL_IF -->
|
||||
<!-- TMPL_IF NAME="search_boxes_label" -->
|
||||
<!-- p tag was here -->
|
||||
<!-- TMPL_ELSE -->
|
||||
|
|
Loading…
Reference in a new issue