http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8995
--- Comment #1 from Julian Maurice <[email protected]> --- Created attachment 13141 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13141&action=edit Bug 8995: Show OpenURL links in OPAC search results This patch use GetCOinS sub to provide an OpenURL link in OPAC search results. It uses 4 new system preferences: - OpenURLinOPACResults: enable or disable this feature - OpenURLResolverURL: url of the openURL resolver - OpenURLText: text of the link - OpenURLImageLocation: image of the link Link is displayed as an image if OpenURLImageLocation is defined, and as text otherwise. It works both with and without XSLT enabled. Changes are made for UNIMARC and MARC21 xslt. Note: this patch also moves the Babeltheque code outside an if statement "if (C4::Context->preference('COinSinOPACResults'))" (was misplaced because Babeltheque don't need COinS) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
