From bugzilla-daemon@bugs.koha-community.org Fri Jan 19 10:20:17 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35844] New: Default for `OPACSearchForTitleIn` syspref misses class assignment Date: Fri, 19 Jan 2024 09:20:16 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5962258276749770093==" --===============5962258276749770093== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D35844 Bug ID: 35844 Summary: Default for `OPACSearchForTitleIn` syspref misses class assignment Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: alexander.wagner@desy.de QA Contact: testopia@bugs.koha-community.org `OPACSearchForTitleIn` allows to pass on an OPAC search to some external services and triggers a sub menu on the OPAC details page. It is configured v= ia HTML and the current default reads: ```html Other L= ibraries (WorldCat) = Other Databases (Google Scholar) Online Stores (Bookfinder.com) Open Library (openlibrary.org) ``` As on the very same page there is also the sub menu for `Save record` it seems save to assume that both should look identical. However, the above html stub misses to assign `class=3D"dropdown-item"` to the links to achieve this. Most likely the above html should read ``` html Other Libraries (WorldCat) Other Databases (Google Scholar) Online Stores (Bookfinder.com) Open Library (openlibrary.org) ``` which gets the class assignment for both menues in sync. --=20 You are receiving this mail because: You are watching all bug changes. --===============5962258276749770093==-- From bugzilla-daemon@bugs.koha-community.org Tue May 7 19:25:56 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35844] Default for `OPACSearchForTitleIn` syspref misses class assignment Date: Tue, 07 May 2024 17:25:45 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8529010464051886619==" --===============8529010464051886619== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35844 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=36805 -- You are receiving this mail because: You are watching all bug changes. --===============8529010464051886619==-- From bugzilla-daemon@bugs.koha-community.org Tue Jan 28 12:37:37 2025 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35844] Default for `OPACSearchForTitleIn` syspref misses class assignment Date: Tue, 28 Jan 2025 11:37:36 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6120293615249666788==" --===============6120293615249666788== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D35844 Micha=C5=82 changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |schodkowy.omegi-0r@icloud.c | |om --- Comment #1 from Micha=C5=82 --- It definitely looks like an omission after some CSS refactor. I'll add to it that adding said class would also have to be added to the update scripts, to fix this in all the existing installations! Maybe replacing `