From 0bb1e01a0c553c18953be9799329128700e2d42b Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 6 Apr 2019 11:25:01 +0000 Subject: [PATCH] Bug 22645: Add 'ISSN' sarch option to OPAC simple search pull down To test: - Apply patch - Verify that the ISSN option shows up in the pull down for the simple search on top of the OPAC - Search for an ISSN with the new search option - Verify the correct search result shows Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack Signed-off-by: Nick Clemens --- .../opac-tmpl/bootstrap/en/includes/masthead.inc | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc index 5a0ff60..91f908e 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -180,6 +180,11 @@ [% ELSE %] [% END # /ms_nb%] + [% IF ( ms_ns ) %] + + [% ELSE %] + + [% END # /ms_ns%] [% IF ( ms_se ) %] [% ELSE %] -- 1.7.2.5