Bugzilla – Attachment 43950 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]
[OPTIONAL] Bug 11881: QA follow-up - rename class
OPTIONAL-Bug-11881-QA-follow-up---rename-class.patch (text/plain), 3.09 KB, created by
Katrin Fischer
on 2015-10-25 10:57:55 UTC
(
hide
)
Description:
[OPTIONAL] Bug 11881: QA follow-up - rename class
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-10-25 10:57:55 UTC
Size:
3.09 KB
patch
obsolete
>From 375328606eb22c922e5f42265e4d7b69501a71f2 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 25 Oct 2015 11:52:46 +0100 >Subject: [PATCH] [OPTIONAL] Bug 11881: QA follow-up - rename class > >A suggestion for renaming the class to be a bit more "content" then "appearance". >Strictly optional. > >.ItemSummary { > display: block; # block - line breaks, inline - all one line >} > >.LabelCallNumber { > display: inline; # inline - display, none - don't display >} >--- > koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >index ac0d6d7..d99b373 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >@@ -1115,7 +1115,7 @@ > <xsl:choose> > <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"> >+ <span class="ItemSummary"> > <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)))"/> >@@ -1129,7 +1129,7 @@ > </xsl:when> > <xsl:otherwise> > <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"> >+ <span class="ItemSummary"> > <xsl:value-of select="items:homebranch"/> > <xsl:if test="items:itemcallnumber != '' and items:itemcallnumber and $OPACItemLocation='callnum'"> [<span class="LabelCallNumber">Call number: </span><xsl:value-of select="items:itemcallnumber"/>]</xsl:if> > <xsl:text> (</xsl:text> >@@ -1154,7 +1154,7 @@ > <b><xsl:text>Items available for reference: </xsl:text></b> > <xsl:variable name="reference_items" select="key('item-by-status', 'reference')"/> > <xsl:for-each select="$reference_items[generate-id() = generate-id(key('item-by-status-and-branch', concat(items:status, ' ', items:homebranch))[1])]"> >- <span class="CommasWithLinebreaks"> >+ <span class="ItemSummary"> > <xsl:if test="$singleBranchMode=0"> > <xsl:value-of select="items:homebranch"/> > </xsl:if> >-- >1.9.1
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