Bugzilla – Attachment 18239 Details for
Bug 10265
8xx serial added entries need spaces and punctuation in XSLT display
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10265: Add missing spaces between label and content in XSLT view (780/785)
Bug-10265-Add-missing-spaces-between-label-and-con.patch (text/plain), 2.67 KB, created by
Katrin Fischer
on 2013-05-19 10:17:47 UTC
(
hide
)
Description:
Bug 10265: Add missing spaces between label and content in XSLT view (780/785)
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-05-19 10:17:47 UTC
Size:
2.67 KB
patch
obsolete
>From 0a9055d0c36ef12d19da91b970f725dba2f6a6b5 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 19 May 2013 12:16:16 +0200 >Subject: [PATCH] Bug 10265: Add missing spaces between label and content in > XSLT view (780/785) > >To test: >- Check OPAC and intranet XSLT view for a record that contains > 780 and 785 fields. >- Verify there is no space between the label and the content of the > field. >- Apply patch. >- Verify the display both in intranet and OPAC is a little nicer now. >--- > .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 3 ++- > .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 3 ++- > 2 files changed, 4 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >index aeaa797..98d5742 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >@@ -741,6 +741,7 @@ > <span class="label">Separated from:</span> > </xsl:when> > </xsl:choose> >+ <xsl:text> </xsl:text> > <xsl:variable name="f780"> > <xsl:call-template name="subfieldSelect"> > <xsl:with-param name="codes">at</xsl:with-param> >@@ -800,8 +801,8 @@ > <xsl:when test="@ind2=8"> > <span class="label">Changed back to:</span> > </xsl:when> >- > </xsl:choose> >+ <xsl:text> </xsl:text> > <xsl:variable name="f785"> > <xsl:call-template name="subfieldSelect"> > <xsl:with-param name="codes">at</xsl:with-param> >diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >index 5130e8b..e1e6546 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >@@ -847,6 +847,7 @@ > <span class="label">Separated from:</span> > </xsl:when> > </xsl:choose> >+ <xsl:text> </xsl:text> > <xsl:variable name="f780"> > <xsl:call-template name="subfieldSelect"> > <xsl:with-param name="codes">a_t</xsl:with-param> >@@ -907,8 +908,8 @@ > <xsl:when test="@ind2=8"> > <span class="label">Changed back to:</span> > </xsl:when> >- > </xsl:choose> >+ <xsl:text> </xsl:text> > <xsl:variable name="f785"> > <xsl:call-template name="subfieldSelect"> > <xsl:with-param name="codes">a_t</xsl:with-param> >-- >1.7.9.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 10265
:
18179
|
18180
|
18239
|
124060
|
124129
|
124513
|
124514