[Koha-bugs] [Bug 20168] Update of the OPAC bootstrap template to bootstrap v4

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 31 15:14:24 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20168

--- Comment #11 from Owen Leonard <oleonard at myacpl.org> ---
I've rebased and updated the remote branch with some fixes:

     - Fixed markup of navbar item "Log in to create your own lists"
     - Improved consistency of input and link focus borders (needs
       more improvement).
     - Corrected style of disabled link buttons in the Cart.

(In reply to Lucas Gass from comment #10)

> On the item details page the More Searches dropdown (inside
> #ulactioncontainer) is not a dropdown.

This is a problem because the Bootstrap dropdown markup changed in version 4.
I'm still puzzling over this... There is probably a CSS solution, preferable to
trying to add a db update which tries to correct existing values in the system
preference.

Currently for it to work properly you have to update the  OPACSearchForTitleIn
preference with this text, removing the <li>'s and adding a "dropdown-item"
class to the links:


<a class="dropdown-item" href="https://worldcat.org/search?q={TITLE}"
target="_blank">Other Libraries (WorldCat)</a>
<a class="dropdown-item" href="https://scholar.google.com/scholar?q={TITLE}"
target="_blank">Other Databases (Google Scholar)</a>
<a class="dropdown-item"
href="https://www.bookfinder.com/search/?author={AUTHOR}&title={TITLE}&st=xl&ac=qr"
target="_blank">Online Stores (Bookfinder.com)</a>
<a class="dropdown-item"
href="https://openlibrary.org/search?author=({AUTHOR})&title=({TITLE})"
target="_blank">Open Library (openlibrary.org)</a>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list