From: Dan Scott Date: Thu, 26 Jul 2012 19:16:11 +0000 (-0400) Subject: Suppress Bib Call Number index in TPAC X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ec1aefb0f5d5c83c2c8db8259872ef4ff9285171;p=contrib%2FConifer.git Suppress Bib Call Number index in TPAC The Bib Call Number index is a non-standard and therefore non-functional index for most libraries (unless they happen to have placed all of their call numbers in a given MARC field in the corresponding bib records). Suppress its visibility in the Conifer TPAC. 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..55e49f71ce --- /dev/null +++ b/Open-ILS/src/templates_conifer/opac/parts/advanced/numeric.tt2 @@ -0,0 +1,29 @@ +
+
[% l("Numeric Search") %]
+ + + [% IF loc %][% END %] + + + + + + + +
+ + + +
+ +
+
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..df826bf4f2 --- /dev/null +++ b/Open-ILS/src/templates_conifer/opac/parts/qtype_selector.tt2 @@ -0,0 +1,16 @@ +[% query_types = [ + {value => "keyword", label => l("Keyword")}, + {value => "title", label => l("Title")}, + {value => "jtitle", label => l("Journal Title")}, + {value => "author", label => l("Author")}, + {value => "subject", label => l("Subject")}, + {value => "series", label => l("Series")}, +] %] +