Bugzilla – Attachment 173390 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-f.patch (text/plain), 3.13 KB, created by
Tomás Cohen Arazi (tcohen)
on 2024-10-25 15:01:10 UTC
(
hide
)
Description:
Bug 38055: Space between label and value for MARC field 530
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2024-10-25 15:01:10 UTC
Size:
3.13 KB
patch
obsolete
>From 6dbaea3006fd70e4703000582a3852b5e029845d Mon Sep 17 00:00:00 2001 >From: phette23 <phette23@gmail.com> >Date: Sun, 13 Oct 2024 19:22:05 -0700 >Subject: [PATCH] Bug 38055: Space between label and value for MARC field 530 >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >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 >- Restart Plack >- View record in OPAC â space is present > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 6 +++--- > .../opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 2 +- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >index 7080456e095..cc231f41601 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 9c61e678982..de21d623865 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> >-- >2.47.0
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