From 21ab142178bc133a4000f86aace57a4d134510e8 Mon Sep 17 00:00:00 2001 From: Hector Castro Date: Sat, 7 Nov 2015 23:59:23 -0600 Subject: [PATCH] Bug 15102 - Fix capitalization for some strings on XSLT detail pages To test: -Apply on top bug 15100 -Search records with 336, 337, 338, 700$i, and 7XXind=2 -Notice the capitalization (Contained Works, Related Works, Media Type, Content Type, and Carrier Type) in both OPAC and Intranet for records detail pages -Apply this patch -Search again and get notice about the capitalization following Koha coding guidelines. --- .../intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl | 10 +++++----- .../opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 8ad6047..eceff81 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -400,7 +400,7 @@ - Content Type: + Content type: a @@ -412,7 +412,7 @@ - Media Type: + Media type: a @@ -424,7 +424,7 @@ - Carrier Type: + Carrier type: a @@ -585,7 +585,7 @@ - Related Works: + Related works: @@ -627,7 +627,7 @@ - Contained Works: + Contained works: diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index d3bb8d4..cad9078 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -437,7 +437,7 @@ - Content Type: + Content type: a @@ -449,7 +449,7 @@ - Media Type: + Media type: a @@ -461,7 +461,7 @@ - Carrier Type: + Carrier type: a @@ -632,7 +632,7 @@ - Related Works: + Related works: @@ -674,7 +674,7 @@ - Contained Works: + Contained works: -- 2.1.4