From a0c21984c98b19e23cabe3172e05ca20606c2a0b Mon Sep 17 00:00:00 2001 From: Winona Salesky Date: Tue, 10 Mar 2015 21:13:40 -0400 Subject: [PATCH] Updates for #13381 This patch updates the display of the title and statement of responsibility in the XSLT display in the staff and OPAC. Display includes subfields a,b,c,h,k,n,p,s Subfield c is wrapped in a span class=title_resp_stmt for easy suppression via css. Subfield h is wrapped in a span class=title_medium for easy suppression via css. To test: * Search the opac * Click the title * Make sure the fields display properly * Repeat for a few more titles * Repeat in the Staff Client --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 8 +--- .../prog/en/xslt/MARC21slim2intranetResults.xsl | 52 +++++++++------------- .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 8 +--- .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 52 +++++++++------------- 4 files changed, 46 insertions(+), 74 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 47bfa58..f0e4e2d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -107,15 +107,9 @@ a - - - - b - - - + diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl index 585b81a..3fa4ef5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl @@ -302,37 +302,29 @@ title - - - - a - - - - - h - - - - - - b - - - - - fgknps - - - - - - - + + + a - - - + + + + + + + + + + + + + + + + + + + diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 59db047..7235738 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -128,15 +128,9 @@ a - - - - b - - - + diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl index 1609ef0..5f67195 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -415,37 +415,29 @@ title - - - - a - - - - - h - - - - - - b - - - - - fgknps - - - - - - - + + + a - - - + + + + + + + + + + + + + + + + + + +

-- 1.9.5 (Apple Git-50.3)