From 668581b72022c6c0a46b6ccb5f607921f633e1f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Demians?= Date: Sun, 8 Nov 2009 10:28:59 +0100 Subject: [PATCH] Improve detail page MARC21 XSL file for 505 and 520 tags Some tags weren't displayed propertly: 505 If there is no indicator 1, content label is not displayed and then repeated 505 tags are also incorrecly displayed. This patch add a default label. 502 Wasn't displayed at all. Added in this patch. Signed-off-by: Galen Charlton --- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 23 ++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl index 4a4d2c2b3d..5b0c0853eb 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -468,15 +468,15 @@ - - Contents: - Incomplete contents: Partial contents: + + Contents: + @@ -527,6 +527,23 @@ + + + + Subject: + Review: + Scope and content: + Abstract: + Content advice: + Summary: + + + + abcu + + + + -- 2.20.1