From ec1aefb0f5d5c83c2c8db8259872ef4ff9285171 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 26 Jul 2012 15:16:11 -0400 Subject: [PATCH] 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 --- .../opac/parts/advanced/numeric.tt2 | 29 ++++++++++++++++++++++ .../opac/parts/qtype_selector.tt2 | 16 ++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 Open-ILS/src/templates_conifer/opac/parts/advanced/numeric.tt2 create mode 100644 Open-ILS/src/templates_conifer/opac/parts/qtype_selector.tt2 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")}, +] %] + -- 2.11.0