From f343bad33e79ba514e575e11cc4a68cafacdc4bd Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 4 Jan 2013 13:40:33 -0500 Subject: [PATCH] [SIGNED-OFF] Bug 6886 - Single branch mode should disable showing the branch name in front of all callnumbers Content-Type: text/plain; charset="utf-8" Followup - Copies available for reference Test plan: Enable singleBranchMode and OPACXSLTResultsDisplay. Perform a search in the OPAC which returns results containing not-for-loan items. Before the patch these items will show their library in search results loan items. After the patch there will be not be a library listed, matching other items in results. Signed-off-by: Owen Leonard Works according to the test plan I invented. --- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 6 +++++- .../prog/en/xslt/NORMARCslim2OPACResults.xsl | 6 +++++- .../prog/en/xslt/UNIMARCslim2OPACResults.xsl | 6 +++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl index cdc803e..1da1b82 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl @@ -1065,7 +1065,11 @@ - + + + + + [] ( diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACResults.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACResults.xsl index 2c3597e..50964d0 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACResults.xsl @@ -747,7 +747,11 @@ - + + + + + [] ( diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACResults.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACResults.xsl index a086d31..bb15ff2 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACResults.xsl @@ -171,7 +171,11 @@ - + + + + + [] ( -- 1.7.9.5