Bugzilla – Attachment 29873 Details for
Bug 11881
Small improvements in OPAC results list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11881: (Follow-up) Add the CommasWithLinebreaks and LabelCallNumber classes to Bootstrap them and fix the Call number typo
Bug-11881-Follow-up-Add-the-CommasWithLinebreaks-a.patch (text/plain), 1.68 KB, created by
Eric Bégin
on 2014-07-19 10:36:35 UTC
(
hide
)
Description:
Bug 11881: (Follow-up) Add the CommasWithLinebreaks and LabelCallNumber classes to Bootstrap them and fix the Call number typo
Filename:
MIME Type:
Creator:
Eric Bégin
Created:
2014-07-19 10:36:35 UTC
Size:
1.68 KB
patch
obsolete
>From 014a8705f6a22259aeac1a6b33558d9a32fbe6fb Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Eric=20B=C3=A9gin?= <Eric.Begin@inLibro.com> >Date: Sat, 19 Jul 2014 06:34:58 -0400 >Subject: [PATCH] Bug 11881: (Follow-up) Add the CommasWithLinebreaks and > LabelCallNumber classes to Bootstrap them and fix the Call > number typo > >--- > .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >index c81d57a..770f002 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >@@ -1054,7 +1054,7 @@ > <xsl:when test="$singleBranchMode=1"> > <xsl:for-each select="$available_items[generate-id() = generate-id(key('item-by-status-and-branch', concat(items:status, ' ', items:homebranch))[1])]"> > <span class="CommasWithLinebreaks"> >- <xsl:if test="items:itemcallnumber != '' and items:itemcallnumber"> [<span class="LabelCallnumber">Call number: </span><xsl:value-of select="items:itemcallnumber"/>]</xsl:if> >+ <xsl:if test="items:itemcallnumber != '' and items:itemcallnumber"> [<span class="LabelCallNumber">Call number: </span><xsl:value-of select="items:itemcallnumber"/>]</xsl:if> > <xsl:text> (</xsl:text> > <xsl:value-of select="count(key('item-by-status-and-branch', concat(items:status, ' ', items:homebranch)))"/> > <xsl:text>)</xsl:text> >-- >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 11881
:
25747
|
25921
|
29681
|
29682
|
29873
|
29874
|
29875
|
34004
|
36470
|
36496
|
36510
|
42487
|
42488
|
42489
|
42490
|
42807
|
42808
|
43946
|
43947
|
43948
|
43949
|
43950