Bugzilla – Attachment 172291 Details for
Bug 38055
Space between label and value for MARC field 530
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38055: Space between label and value for MARC field 530
Bug 38055 - Space between label and value for MARC field 530.patch (text/plain), 2.77 KB, created by
Eric Phetteplace
on 2024-10-01 22:18:16 UTC
(
hide
)
Description:
Bug 38055: Space between label and value for MARC field 530
Filename:
MIME Type:
Creator:
Eric Phetteplace
Created:
2024-10-01 22:18:16 UTC
Size:
2.77 KB
patch
obsolete
>commit e6fc5e9f2d92af6f38b9416823ddd92146c4cf94 >Author: Eric Phetteplace <phette23@gmail.com> >Date: Tue Oct 1 15:11:31 2024 -0700 >Subject: [PATCH 1/1] Bug 38055: Space between label and value for MARC field 530 > > Bug 38055: Space between label and value for MARC field 530 > > To test: > > - Find a record with a 530 field or add a 530 to an existing record > - View record in OPAC â note no space between label and value > - Apply patch > - View record in OPAC â space is present > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >index 1f255b10f1..10fdaf1bfd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >@@ -343,7 +343,7 @@ > <xsl:with-param name="label">Edition: </xsl:with-param> > </xsl:call-template> > </xsl:if> >- >+ > <xsl:if test="marc:datafield[@tag=250]"> > <span class="results_summary edition"><span class="label">Edition: </span> > <xsl:for-each select="marc:datafield[@tag=250]"> >@@ -368,7 +368,7 @@ > <xsl:with-param name="label">Description: </xsl:with-param> > </xsl:call-template> > </xsl:if> >- >+ > <xsl:if test="marc:datafield[@tag=300]"> > <span class="results_summary description"><span class="label">Description: </span> > <xsl:for-each select="marc:datafield[@tag=300]"> >@@ -1065,7 +1065,7 @@ > <!-- 530 --> > <xsl:if test="marc:datafield[@tag=530]"> > <span class="results_summary additionalforms"> >- <span class="label">Available additional physical forms:</span> >+ <span class="label">Available additional physical forms: </span> > <xsl:for-each select="marc:datafield[@tag=530]"> > <xsl:call-template name="subfieldSelect"> > <xsl:with-param name="codes">abcd</xsl:with-param> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >index 80886efec0..4a1f5f63ca 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >@@ -1148,7 +1148,7 @@ > <!-- 530 --> > <xsl:if test="marc:datafield[@tag=530]"> > <span class="results_summary additionalforms"> >- <span class="label">Available additional physical forms:</span> >+ <span class="label">Available additional physical forms: </span> > <ul class="resource_list"> > <xsl:for-each select="marc:datafield[@tag=530]"> > <li>
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 38055
:
172290
|
172291
|
172701
|
172995
|
172996
|
173390