[Bug 41014] New: Result browser not showing up in staff interface
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41014 Bug ID: 41014 Summary: Result browser not showing up in staff interface Change sponsored?: --- Product: Koha Version: 25.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching Assignee: koha-bugs@lists.koha-community.org Reporter: andreas.jonsson@kreablo.se QA Contact: testopia@bugs.koha-community.org The result browser is rendered from a javascript and inserted before the element with id="menu". But in bug 37222 the id changed to "biblio-view-menu", so the corresponding change needs to be made to the browser javascript. 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> ' + -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41014 Phil Ringnalda <phil@chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |phil@chetcolibrary.org Resolution|--- |DUPLICATE --- Comment #1 from Phil Ringnalda <phil@chetcolibrary.org> --- *** This bug has been marked as a duplicate of bug 40854 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org