[Koha-bugs] [Bug 27613] Pipe separated online resource links are hard to customize

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 18 17:34:11 CET 2021


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

--- Comment #5 from Lucas Gass <lucas at bywatersolutions.com> ---
Cait,

1. This patch does change both the OPAC detail and the OPAC results page. 

2. I think we can still easily, even more easily, remove links with jQuery. In
your example I would use this:

$('a[href="http://www.loc.gov/catdir/toc/cam041/2003273871.html"]
').parent().hide(); // This works for hiding it on both the results and
detials.


3. I think to semantically describe the online_resource section as a list of
links is good.

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


More information about the Koha-bugs mailing list