From 7c16d7be89151acd41c68ec1bfdea99b23063133 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 13 Jun 2013 11:25:09 -0400 Subject: [PATCH] Bug 7441 - Part 4 - search results showing wrong branch? - Followup - Fix XSLT for option "homebranch" + syspref description --- .../prog/en/modules/admin/preferences/opac.pref | 2 +- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index 9406ecc..500f4ef 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -83,7 +83,7 @@ OPAC: no: "Don't show" - the format, audience, and material type icons in XSLT MARC21 results and detail pages in the OPAC. - - - On search result pages displayed with XSLT stylesheets on the OPAC, show the item's + - On the OPAC search results list, show the item's - pref: OPACResultsBranch choices: holdingbranch: "holding branch" diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl index 1e9bbf4..e841810 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl @@ -1065,13 +1065,13 @@ - - - [] - ( - - ) - . , + + + [] + ( + + ) + . , -- 1.7.2.5