From 7a7e8f59350c86f3a2ffdbe36b38eca2675b630c Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Fri, 19 Mar 2010 21:25:35 -0400 Subject: [PATCH 1/1] Bug 4276: Proposed fix for "Related Subjects" links in Opac. 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 file 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 b237c64e72..ffd183620f 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -100,7 +100,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 + + + + @@ -279,7 +286,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 + + + + -- 2.20.1