From 8940ab4485ea8fd532f1cd3d56e99e7f75eaec45 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 21 Apr 2020 21:08:47 +0000 Subject: [PATCH] Bug 25233: Make OPAC XSLT stylesheets consistent with the ones for the staff client This patch makes the OPAC XSLT stylesheets consistent with the ones for the staff client TO TEST: 1. Have a record with leader06 = 'a' and leader07 = 'c' 'd' or 'm'. 2. Check the OPAC results and details page. See that the materila type label says "Text" 3. Check the staff client results and details page. See that the materila type label says "Book" 4. Apply patch. 5. See that both staff client and OPAC results/details all now say "Book" --- koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 5d79840678..1b2a3974fc 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -75,7 +75,7 @@ Set - Text + Book Continuing resource diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl index d29fdceaee..4957202e0d 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -666,7 +666,7 @@ Set Set - Text Text + Text Book Continuing resource Continuing resource Article Article -- 2.11.0