From 9df2c0570188ea6639a1c1dc6682f59673f1981b Mon Sep 17 00:00:00 2001 From: Hector Castro Date: Thu, 28 Apr 2016 13:34:13 -0600 Subject: [PATCH] Bug 16343: 7XX XSLT subfields displaying out of order Patch apply for OPAC: This patch respect previous css classes .authordates and .relatorcode but also include .titleportion .authordates {display: none;} .titleportion {display: none;} .relatorcode {display: none;} To test: - Stage the record attached - Reindex zebra - Leave empty the OPACUserCSS syspref - Go to the new record in OPAC detail page - Look the wrong display of dates - Apply patch and refresh the page - Test in OPACUserCSS the css stated before - Play deleting or adding the clasess --- .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 76 +++++++++++++++----- 1 file changed, 57 insertions(+), 19 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index d3473e0..b17530b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -1295,7 +1295,7 @@ - abceqt + abcdeqt abcjqt @@ -1309,36 +1309,74 @@ - + + + + + + + + acdent + abcdnt + + + + + + :,;/ + + + + + + + + + abcq + + + + + + + + , + + - abcfghiklmnoprstux + d - + + + + + + + + . - - - - :,;/. + + fghjklmnoprstux + + + + - - - - - - - + + + [ - + - + @@ -1353,8 +1391,8 @@ - - + + , -- 1.7.10.4