[Koha-bugs] [Bug 8995] Show OpenURL links in OPAC search results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 31 14:49:48 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8995

--- Comment #1 from Julian Maurice <julian.maurice at biblibre.com> ---
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.


More information about the Koha-bugs mailing list