From: Dan Scott Date: Sun, 4 Jan 2015 20:59:38 +0000 (-0500) Subject: Remove "Bib Call Number" search from Conifer X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=79a8b97cc846a59a174369dccc1b21514ae6edb1;p=contrib%2FConifer.git Remove "Bib Call Number" search from Conifer Because it's not really useful at all. Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/templates_conifer/opac/parts/advanced/numeric.tt2 b/Open-ILS/src/templates_conifer/opac/parts/advanced/numeric.tt2 new file mode 100644 index 0000000000..4644600568 --- /dev/null +++ b/Open-ILS/src/templates_conifer/opac/parts/advanced/numeric.tt2 @@ -0,0 +1,29 @@ +
+
[% l("Numeric Search") %]
+ + +
+ + + + +
+ [%- lib_select_id="numeric_search_library" -%] + +
+ +
+
diff --git a/Open-ILS/src/templates_conifer/opac/parts/qtype_selector.tt2 b/Open-ILS/src/templates_conifer/opac/parts/qtype_selector.tt2 new file mode 100644 index 0000000000..4ed9e63041 --- /dev/null +++ b/Open-ILS/src/templates_conifer/opac/parts/qtype_selector.tt2 @@ -0,0 +1,22 @@ +[% query_types = [ + {value => "keyword", label => l("Keyword")}, + {value => "title", label => l("Title"), plural_label => l("Titles"), browse => 1}, + {value => "jtitle", label => l("Journal Title")}, + {value => "author", label => l("Author"), plural_label => l("Authors"), browse => 1}, + {value => "subject", label => l("Subject"), plural_label => l("Subjects"), browse => 1}, + {value => "series", label => l("Series"), plural_label => l("Series"), browse => 1} +] %] +