From a663723d592ef63e95181f18b1c136c5b1e73661 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 18 Sep 2013 17:23:46 -0400 Subject: [PATCH] Restore missing format selector from search bar Signed-off-by: Dan Scott Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- Open-ILS/src/templates/opac/css/style.css.tt2 | 2 +- Open-ILS/src/templates/opac/parts/searchbar.tt2 | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index fde21042a9..6f6156d0bf 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -1925,7 +1925,7 @@ a.preflib_change { } .searchbar { line-height: 1.5em; } #browse-controls { line-height: 1.5em; } - #search_query_label, #search_qtype_label, #search_locg_label { + #search_query_label, #search_qtype_label, #search_itype_label, #search_locg_label { display: block; } .bookshelf td { diff --git a/Open-ILS/src/templates/opac/parts/searchbar.tt2 b/Open-ILS/src/templates/opac/parts/searchbar.tt2 index b276a9d454..9ea7f6cb5c 100644 --- a/Open-ILS/src/templates/opac/parts/searchbar.tt2 +++ b/Open-ILS/src/templates/opac/parts/searchbar.tt2 @@ -34,6 +34,17 @@ INCLUDE "opac/parts/qtype_selector.tt2" id="qtype"; -%] +