From b277edf1a920d79b25495421d55c0f6e847fdaa5 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 19 Aug 2016 10:08:38 -0400 Subject: [PATCH] Bug 13921 - XSLT Literary Formats Not Showing MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This patch adds some missing literary formats to the staff client and OPAC's search results XSLT display. To test you must have DisplayOPACiconsXSLT and DisplayIconsXSLT system preferences enabled. XSLTResultsDisplay and OPACXSLTResultsDisplay should be set to 'default.' Perform searches in the staff client and the OPAC and confirm that the following literary forms (defined in 008 position 33) display correctly: Not fiction; Fiction; Dramas; Essays; Novels; Humor, satires, etc.; Letters; Short stories; Mixed forms; Poetry; Speeches. Signed-off-by: Aleisha Amohia Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 8850540deafc471b9b356e35ae67780a51829271) Signed-off-by: Frédéric Demians (cherry picked from commit bb166e9b1af08e3834c4adb1f2e6175cf6003d5d) Signed-off-by: Julian Maurice --- .../en/xslt/MARC21slim2intranetResults.xsl | 34 +++++++++---------- .../en/xslt/MARC21slim2OPACResults.xsl | 34 +++++++++---------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl index 338daa9d8b..a356efd91e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl @@ -633,37 +633,37 @@ - not fiction + Not fiction - fiction - - - essay + Fiction - drama + Dramas - - comic strip + + Essays - - fiction + + Novels - humor, satire + Humor, satires, etc. - letter - - - novel + Letters - short story + Short stories + + + Mixed forms + + + Poetry - speech + Speeches diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl index dc66b3e5ba..353b08eb76 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -786,37 +786,37 @@ - not fiction + Not fiction - fiction - - - essay + Fiction - drama + Dramas - - comic strip + + Essays - - fiction + + Novels - humor, satire + Humor, satires, etc. - letter - - - novel + Letters - short story + Short stories + + + Mixed forms + + + Poetry - speech + Speeches -- 2.20.1