Bugzilla – Attachment 87524 Details for
Bug 22645
Add 'ISSN' option to OPAC's basic search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22645: Add 'ISSN' sarch option to OPAC simple search pull down
Bug-22645-Add-ISSN-sarch-option-to-OPAC-simple-sea.patch (text/plain), 1.59 KB, created by
Owen Leonard
on 2019-04-08 13:48:34 UTC
(
hide
)
Description:
Bug 22645: Add 'ISSN' sarch option to OPAC simple search pull down
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2019-04-08 13:48:34 UTC
Size:
1.59 KB
patch
obsolete
>From 08b012a0e534c6a56e88702498b75ab4587ad721 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >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 > >https://bugs.koha-community.org/show_bug.cgi?id=22645 > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > 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 9466c2d..6aafa20 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >@@ -179,6 +179,11 @@ > [% ELSE %] > <option value="nb">ISBN</option> > [% END # /ms_nb%] >+ [% IF ( ms_ns ) %] >+ <option selected="selected" value="ns">ISSN</option> >+ [% ELSE %] >+ <option value="ns">ISSN</option> >+ [% END # /ms_ns%] > [% IF ( ms_se ) %] > <option selected="selected" value="se">Series</option> > [% ELSE %] >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 22645
:
87471
|
87523
|
87524
|
87970