Bugzilla – Attachment 186841 Details for
Bug 40854
Staff interface search results browsing is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40854: Correct menu name in browser.js
Bug-40854-Correct-menu-name-in-browserjs.patch (text/plain), 1.48 KB, created by
Andrew Fuerste-Henry
on 2025-09-23 18:11:05 UTC
(
hide
)
Description:
Bug 40854: Correct menu name in browser.js
Filename:
MIME Type:
Creator:
Andrew Fuerste-Henry
Created:
2025-09-23 18:11:05 UTC
Size:
1.48 KB
patch
obsolete
>From 21873600f2df824198691abbfa4356d730f62e43 Mon Sep 17 00:00:00 2001 >From: Andrew Fuerste Henry <andrew@bywatersolutions.com> >Date: Mon, 22 Sep 2025 18:55:03 +0000 >Subject: [PATCH] Bug 40854: Correct menu name in browser.js > >To test: >1 - perform a search in the staff interface, click a title to go to biblio details >2 - note lack of search results browsing tools at top left of page >3 - apply patch >4 - repeat your search, click a title to go to biblio details >5 - note browsing results tools at top left of page > >Signed-off-by: Kevin Kellenberger <kkellenberger@mrcpl.org> >--- > koha-tmpl/intranet-tmpl/prog/js/browser.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/browser.js b/koha-tmpl/intranet-tmpl/prog/js/browser.js >index 5a28fc8f198..a9cbf8ada97 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/browser.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/browser.js >@@ -165,7 +165,7 @@ KOHA.browser = function (searchid, biblionumber) { > __("Next") + > '"><i class="fa fa-arrow-right"></i></a>'; > } >- $("#menu").before( >+ $("#biblio-view-menu").before( > '<div class="browse-controls"><div class="browse-controls-inner"><div class="browse-label"><a href="' + > searchURL + > '" id="browse-return-to-results" class="searchwithcontext"><i class="fa fa-list"></i> ' + >-- >2.39.5
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 40854
:
186739
|
186841
|
186957