Bugzilla – Attachment 184255 Details for
Bug 32287
Capitalization: Printing and/or Publishing Information Transcribed as Found in the Colophon:␠
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32287:Capitalization: Printing and/or Publishing Information Transcribed as Found in
Bug-32287Capitalization-Printing-andor-Publishing-.patch (text/plain), 3.31 KB, created by
briann
on 2025-07-17 23:24:12 UTC
(
hide
)
Description:
Bug 32287:Capitalization: Printing and/or Publishing Information Transcribed as Found in
Filename:
MIME Type:
Creator:
briann
Created:
2025-07-17 23:24:12 UTC
Size:
3.31 KB
patch
obsolete
>From a7adcf9d77e1f070c7943b5e1f0684a597ac6dfb Mon Sep 17 00:00:00 2001 >From: Brian Norris <briann@catalyst.net.nz> >Date: Thu, 17 Jul 2025 23:19:54 +0000 >Subject: [PATCH] Bug 32287:Capitalization: Printing and/or Publishing > Information Transcribed as Found in > >Test Plan >Have a look at the patch and confirm the change looks correct >--- > koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl | 4 ++-- > koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl >index e344fdf7de..57494591f0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl >@@ -158,7 +158,7 @@ > <xsl:template name="tag_214_s"> > <xsl:if test="marc:datafield[@tag=214]/marc:subfield[@code='s']"> > <span class="results_summary tag_214_s"> >- <span class="label">Printing and/or Publishing Information Transcribed as Found in the Colophon: </span> >+ <span class="label">Printing and/or publishing information transcribed as found in the colophon: </span> > <xsl:for-each select="marc:datafield[@tag=214]/marc:subfield[@code='s']"> > <xsl:value-of select="."/> > <xsl:choose> >@@ -177,7 +177,7 @@ > <xsl:template name="tag_214_r"> > <xsl:if test="marc:datafield[@tag=214]/marc:subfield[@code='r']"> > <span class="results_summary tag_214_r"> >- <span class="label">Printing and/or Publishing Information Transcribed as Found in the Main Source of Information: </span> >+ <span class="label">Printing and/or publishing information transcribed as found in the main source of information: </span> > <xsl:for-each select="marc:datafield[@tag=214]/marc:subfield[@code='r']"> > <xsl:value-of select="."/> > <xsl:choose> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl >index 25874e25f8..50ce39f99b 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl >@@ -319,7 +319,7 @@ > <xsl:template name="tag_214_s"> > <xsl:if test="marc:datafield[@tag=214]/marc:subfield[@code='s']"> > <span class="results_summary tag_214_s"> >- <span class="label">Printing and/or Publishing Information Transcribed as Found in the Colophon: </span> >+ <span class="label">Printing and/or publishing information transcribed as found in the colophon: </span> > <xsl:for-each select="marc:datafield[@tag=214]/marc:subfield[@code='s']"> > <xsl:value-of select="."/> > <xsl:choose> >@@ -338,7 +338,7 @@ > <xsl:template name="tag_214_r"> > <xsl:if test="marc:datafield[@tag=214]/marc:subfield[@code='r']"> > <span class="results_summary tag_214_r"> >- <span class="label">Printing and/or Publishing Information Transcribed as Found in the Main Source of Information: </span> >+ <span class="label">Printing and/or publishing information transcribed as found in the main source of information: </span> > <xsl:for-each select="marc:datafield[@tag=214]/marc:subfield[@code='r']"> > <xsl:value-of select="."/> > <xsl:choose> >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 32287
:
184255
|
184269
|
184393