https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27613
--- Comment #5 from Lucas Gass <[email protected]> --- 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. _______________________________________________ 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/
