From d4ffd6f7304cb86e670d229a8d8ae7ee88cb85ca Mon Sep 17 00:00:00 2001 From: Winona Salesky Date: Sun, 15 Mar 2015 21:15:48 -0400 Subject: [PATCH] Bug 13433 - Added 655 display to OPAC and staff full views. This patch field 655 to the full displays in the staff and OPAC views. Multiple 655 fields are separated with a span class=separator | . To test: * Search the opac for records with genre/field 655 * Click the title * Make sure the fields display properly * Repeat for a few more titles * Repeat in the Staff Client http://bugs.koha-community.org/show_bug.cgi?id=13433 Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 12 ++++++++++++ .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 5613fd9448..6b41f570d6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -565,6 +565,18 @@ + + + Genre/Form: + + + avxyz + + | + + + + diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 11a6582d92..b711b46bac 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -625,6 +625,18 @@ + + + Genre/Form: + + + avxyz + + | + + + + -- 2.20.1