From 8c20c5bf99e6f4c0e718fbe8cdcf662c303e7171 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 26 May 2010 22:33:11 -0400 Subject: [PATCH] bug 4821: remove possible empty label spans (partial fix) Prevent the generation of empty label spans for various bib details fields. A construct like contents note is consistently misinterpreted in many web browsers, leading to CSS oddities. See the bug for more details. Signed-off-by: Galen Charlton --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 49 +++++++++---------- 1 files changed, 23 insertions(+), 26 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 7fcd66a..1e67447 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -443,19 +443,18 @@ - + - Contents: + Contents: - Incomplete contents: + Incomplete contents: - Partial contents: + Partial contents: - @@ -475,34 +474,33 @@ - + - Continues: + Continues: - Continues in part: + Continues in part: - Supersedes: + Supersedes: - Supersedes in part: + Supersedes in part: - Formed by the union: ... and: ... + Formed by the union: ... and: ... - Absorbed: + Absorbed: - Absorbed in part: + Absorbed in part: - Separated from: + Separated from: - at @@ -525,38 +523,37 @@ - + - Continued by: + Continued by: - Continued in part by: + Continued in part by: - Superseded by: + Superseded by: - Superseded in part by: + Superseded in part by: - Absorbed by: + Absorbed by: - Absorbed in part by: + Absorbed in part by: - Split into .. and ...: + Split into .. and ...: - Merged with ... to form ... + Merged with ... to form ... - Changed back to: + Changed back to: - at -- 1.7.0