Bugzilla – Attachment 59570 Details for
Bug 17947
Searching my library first shows the branchcode by the search bar rather than branchname
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17947: Searching my library first shows the branchcode by the search bar rather than branchname
Bug-17947-Searching-my-library-first-shows-the-bra.patch (text/plain), 1.56 KB, created by
Jonathan Druart
on 2017-01-26 10:26:08 UTC
(
hide
)
Description:
Bug 17947: Searching my library first shows the branchcode by the search bar rather than branchname
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-01-26 10:26:08 UTC
Size:
1.56 KB
patch
obsolete
>From 2e9fbf423e139da06c03a625b71721546f14f7c3 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Mon, 23 Jan 2017 22:32:39 +0000 >Subject: [PATCH] Bug 17947: Searching my library first shows the branchcode by > the search bar rather than branchname > >Test Plan >1: Turn on SearchMyLibraryFirst and go into OPAC >2: It should say Search (in <Branch Code> Only) >3: Apply patch and refresh page. It should now say Search (in <Library Name> only) > >Sponsored-by: Catalyst IT > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >index 10ea161..3694464 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >@@ -155,7 +155,7 @@ > <label for="masthead_search"> Search > [% UNLESS ( Koha.Preference( 'OpacAddMastheadLibraryPulldown' ) == 1 ) %] > [% IF ( mylibraryfirst ) %] >- (in [% mylibraryfirst %] only) >+ (in [% Branches.GetName( mylibraryfirst ) %] only) > [% END %] > [% END %] > </label> >-- >2.9.3
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 17947
:
59293
|
59470
|
59479
|
59570
|
60320