From 911b2b9dce48421265ea05e3cce64c76b3f13758 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Fri, 19 Mar 2010 21:14:06 -0400 Subject: [PATCH] Bug 4276: Proposed fix for "Related Subjects" links in Opac. Content-Type: text/plain; charset="utf-8" Adds fields other than 'a' to the links for subject headings in the Opac details page. Also adds subfield b of a Corporate Author (710) to the appropriate link. Otherwise you may have a link with "United States" instead of "United States. Public Works Adminstration" Another patch needs to be sent for the Intranet. --- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl index 795856e..6f5f53b 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -130,7 +130,14 @@ /cgi-bin/koha/opac-search.pl?q=an: - /cgi-bin/koha/opac-search.pl?q=au: + /cgi-bin/koha/opac-search.pl?idx=au&q= + + + ab + + + + @@ -375,7 +382,14 @@ /cgi-bin/koha/opac-search.pl?q=an: - /cgi-bin/koha/opac-search.pl?q=su: + /cgi-bin/koha/opac-search.pl?idc=su&q= + + + abcdvxyz + + + + -- 1.5.6.5