Bugzilla – Attachment 87970 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.60 KB, created by
Chris Cormack
on 2019-04-14 23:52:57 UTC
(
hide
)
Description:
Bug 22645: Add 'ISSN' sarch option to OPAC simple search pull down
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2019-04-14 23:52:57 UTC
Size:
1.60 KB
patch
obsolete
>From 97e7c94f6d54c26ce82fc60c02fe045f7830d51c 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 > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > 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 %] > <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.11.0
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