https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20168
--- Comment #11 from Owen Leonard <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
