From 97e7c94f6d54c26ce82fc60c02fe045f7830d51c 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 --- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc index 3b5e9d9b8b..8f1396dc24 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 %] -- 2.11.0