From 0198700c2ceed920a64ae5d337ae949f482bd25a Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 27 May 2010 14:45:01 -0400 Subject: [PATCH] Fix for Bug 4821, With multiple 5XX fields, the font display gets progressively smaller 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. --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 49 ++++++------- .../prog/en/xslt/UNIMARCslim2intranetDetail.xsl | 54 +++++++-------- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 73 +++++++++---------- .../prog/en/xslt/UNIMARCslim2OPACDetail.xsl | 54 +++++++-------- 4 files changed, 110 insertions(+), 120 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 diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl index 13714d4..b00a04e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl @@ -16,7 +16,7 @@ - + @@ -253,7 +253,7 @@
  • Note sur la provenance: - +
  • @@ -292,7 +292,7 @@
  • SUDOC serial history: - : + : .; @@ -303,7 +303,7 @@
  • SUDOC serial history: - : + : .; @@ -382,7 +382,7 @@ | - +
  • @@ -390,34 +390,34 @@ -
  • +
  • - 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 @@ -427,7 +427,7 @@
  • - +
  • @@ -440,38 +440,36 @@ -
  • +
  • - 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 diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl index 2cde9f6..1f8e897 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -134,7 +134,7 @@ /cgi-bin/koha/opac-search.pl?q=an: - /cgi-bin/koha/opac-search.pl?q=au: + /cgi-bin/koha/opac-search.pl?q=au: @@ -173,7 +173,7 @@ Card View (ISBD) - + @@ -194,7 +194,7 @@ se - + Series: @@ -236,7 +236,7 @@ Publisher: - + Publisher: @@ -249,7 +249,7 @@ .; - + @@ -261,7 +261,7 @@ Edition: - + Edition: @@ -286,7 +286,7 @@ Description: - + Description: @@ -370,7 +370,7 @@ - + .; @@ -464,24 +464,23 @@ - + - Incomplete contents: + Incomplete contents: - Partial contents: + Partial contents: - Contents: + Contents: - - + - + @@ -518,7 +517,7 @@ - + @@ -556,34 +555,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 @@ -593,7 +591,7 @@ - + @@ -604,38 +602,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 diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl index 3683246..26aed37 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl @@ -16,7 +16,7 @@ - + @@ -63,7 +63,7 @@ Card View (ISBD) - + @@ -263,7 +263,7 @@ Note sur la provenance: - + @@ -302,7 +302,7 @@ SUDOC serial history: - : + : .; @@ -313,7 +313,7 @@ SUDOC serial history: - : + : .; @@ -392,7 +392,7 @@ | - + @@ -400,34 +400,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 @@ -437,7 +436,7 @@ - + @@ -450,38 +449,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.4