Bugzilla – Attachment 116579 Details for
Bug 24630
UNIMARC XSLT Update for bug 7611
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24630: (follow-up 1) fix indenting
Bug-24630-follow-up-1-fix-indenting.patch (text/plain), 4.23 KB, created by
Fridolin Somers
on 2021-02-09 14:52:50 UTC
(
hide
)
Description:
Bug 24630: (follow-up 1) fix indenting
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2021-02-09 14:52:50 UTC
Size:
4.23 KB
patch
obsolete
>From 094874372a0fd995e402fba70184166077b3f472 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Tue, 9 Feb 2021 15:39:40 +0100 >Subject: [PATCH] Bug 24630: (follow-up 1) fix indenting > >--- > .../en/xslt/UNIMARCslim2OPACResults.xsl | 26 +++++++++---------- > 1 file changed, 13 insertions(+), 13 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACResults.xsl >index 4d8986e7ab..0e71cacf55 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACResults.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACResults.xsl >@@ -211,12 +211,12 @@ > <xsl:for-each select="$available_items[generate-id() = generate-id(key('item-by-status-and-branch-home', concat(items:status, ' ', items:homebranch))[1])]"> > <span class="ItemSummary"> > <span class="ItemBranch"><xsl:value-of select="items:homebranch"/> </span> >- <xsl:if test="items:itemcallnumber != '' and items:itemcallnumber"> >- <span class="CallNumberAndLabel"> >- <span class="LabelCallNumber">Call number: </span> >- <span class="CallNumber"><xsl:value-of select="items:itemcallnumber"/></span> >- </span> >- </xsl:if> >+ <xsl:if test="items:itemcallnumber != '' and items:itemcallnumber"> >+ <span class="CallNumberAndLabel"> >+ <span class="LabelCallNumber">Call number: </span> >+ <span class="CallNumber"><xsl:value-of select="items:itemcallnumber"/></span> >+ </span> >+ </xsl:if> > <xsl:text> (</xsl:text> > <xsl:value-of select="count(key('item-by-status-and-branch-home', concat(items:status, ' ', items:homebranch)))"/> > <xsl:text>)</xsl:text> >@@ -235,12 +235,12 @@ > <xsl:for-each select="$available_items[generate-id() = generate-id(key('item-by-status-and-branch-holding', concat(items:status, ' ', items:holdingbranch))[1])]"> > <span class="ItemSummary"> > <span class="ItemBranch"><xsl:value-of select="items:holdingbranch"/> </span> >- <xsl:if test="items:itemcallnumber != '' and items:itemcallnumber"> >- <span class="CallNumberAndLabel"> >- <span class="LabelCallNumber">Call number: </span> >- <span class="CallNumber"><xsl:value-of select="items:itemcallnumber"/></span> >- </span> >- </xsl:if> >+ <xsl:if test="items:itemcallnumber != '' and items:itemcallnumber"> >+ <span class="CallNumberAndLabel"> >+ <span class="LabelCallNumber">Call number: </span> >+ <span class="CallNumber"><xsl:value-of select="items:itemcallnumber"/></span> >+ </span> >+ </xsl:if> > <xsl:text> (</xsl:text> > <xsl:value-of select="count(key('item-by-status-and-branch-holding', concat(items:status, ' ', items:holdingbranch)))"/> > <xsl:text>)</xsl:text> >@@ -318,7 +318,7 @@ > <span class="ItemBranch"><xsl:value-of select="items:homebranch"/><xsl:text> </xsl:text></span> > </xsl:if> > <span class='notforloandesc'><xsl:value-of select="items:substatus"/></span> >- <xsl:if test="items:itemcallnumber != '' and items:itemcallnumber"> >+ <xsl:if test="items:itemcallnumber != '' and items:itemcallnumber"> > <span class="CallNumberAndLabel"> > <span class="LabelCallNumber">Call number: </span> > <span class="CallNumber"><xsl:value-of select="items:itemcallnumber"/></span> >-- >2.30.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 24630
:
98709
|
107462
|
116578
| 116579 |
116580
|
128935