From 9a9707953766e63fdcab1fb3c80671403b43f2ae Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 8 Jan 2013 10:44:11 +0100 Subject: [PATCH] Bug 9356: Follow-up - fix capitalization in MARC21 XSLT detail pages Fixes spelling to follow capitalization rules in OPAC and intranet MARC21 detail pages. --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 20 ++++++++++---------- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 16 ++++++++-------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 711ebfd..e90df57 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -69,7 +69,7 @@ Book - Continuing Resource + Continuing resource Series @@ -78,10 +78,10 @@ Book Kit - Mixed Materials - Computer File + Mixed materials + Computer file Map - Visual Material + Visual material Music Sound Score @@ -401,12 +401,12 @@ 246 abhfgnp results_summary other_title - Other Title: + Other title: - Other Title: + Other title: @@ -441,7 +441,7 @@ 130,240 adfklmor results_summary uniform_title - Uniform Title: + Uniform title: @@ -508,7 +508,7 @@ - Online Resources: + Online resources: @@ -637,7 +637,7 @@ - Holdings Note: + Holdings note: axz @@ -649,7 +649,7 @@ - Other Editions: + Other editions: diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl index 6643c00..1cd2823 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -79,10 +79,10 @@ Book Kit - Mixed Materials - Computer File + Mixed materials + Computer file Map - Visual Material + Visual material Music Sound Score @@ -407,12 +407,12 @@ 246 abhfgnp results_summary other_title - Other Title: + Other title: - Other Title: + Other title: @@ -522,7 +522,7 @@ - Online Resources: + Online resources: @@ -732,7 +732,7 @@ - Holdings Note: + Holdings note: az @@ -744,7 +744,7 @@ - Other Editions: + Other editions: -- 1.7.2.5