Bugzilla – Attachment 59293 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.41 KB, created by
Caitlin Goodger
on 2017-01-19 23:04:58 UTC
(
hide
)
Description:
Bug 17947 Searching my library first shows the branchcode by the search bar rather than branchname
Filename:
MIME Type:
Creator:
Caitlin Goodger
Created:
2017-01-19 23:04:58 UTC
Size:
1.41 KB
patch
obsolete
>From c5fdda1312fb1e2e36d84cd3a3db69910e4c05d3 Mon Sep 17 00:00:00 2001 >From: Caitlin Goodger <caitlingoodger.student@wegc.school.nz> >Date: Thu, 19 Jan 2017 23:01:40 +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) >--- > 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..2aac19f 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 [% LibraryNameTitle %] only) > [% END %] > [% END %] > </label> >-- >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 17947
:
59293
|
59470
|
59479
|
59570
|
60320