Bugzilla – Attachment 3211 Details for
Bug 5723
tiny 'continued by' font with xslt on in staff client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
bug5723.patch (text/plain), 2.25 KB, created by
Nicole C. Engard
on 2011-02-24 20:04:53 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2011-02-24 20:04:53 UTC
Size:
2.25 KB
patch
obsolete
>From: Jared Camins-Esakov <jcamins@bywatersolutions.com> >To: dev@bywatersolutions.com >Cc: Jared Camins-Esakov <jcamins@bywatersolutions.com> >Subject: [PATCH] Bug 5723: Font for 780s on staff client shrinks >Date: Thu, 24 Feb 2011 11:12:27 -0500 >Message-Id: <1298563947-3342-1-git-send-email-jcamins@bywatersolutions.com> >X-Mailer: git-send-email 1.7.2.3 >X-Original-Sender: jcamins@bywatersolutions.com >X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: > 209.85.216.42 is neither permitted nor denied by best guess record for domain > of jcamins@bywatersolutions.com) smtp.mail=jcamins@bywatersolutions.com >X-Google-Group-Id: -607656515 >Precedence: list >Mailing-list: list dev@bywatersolutions.com; contact dev+owners@bywatersolutions.com >List-ID: <dev.bywatersolutions.com> >List-Help: <http://www.google.com/support/a/bywatersolutions.com/bin/static.py?hl=en_US&page=groups.cs>, > <mailto:dev+help@bywatersolutions.com> >Content-Type: text/plain; charset="utf-8" > >This patch fixes the bug that caused 780s in the staff client details XSLT to >display in progressively smaller fonts. This also corrects the semantics of the >780 ind1. >--- > .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 8 ++++---- > 1 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 952c41e..e3009d8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >@@ -579,6 +579,7 @@ > <!-- 780 --> > <xsl:if test="marc:datafield[@tag=780]"> > <xsl:for-each select="marc:datafield[@tag=780]"> >+ <xsl:if test="@ind1=0"> > <span class="results_summary"> > <xsl:choose> > <xsl:when test="@ind2=0"> >@@ -625,12 +626,11 @@ > </xsl:choose> > </span> > >- <xsl:choose> >- <xsl:when test="@ind1=0"> >+ <xsl:if test="marc:subfield[@code='n']"> > <span class="results_summary"><xsl:value-of select="marc:subfield[@code='n']"/></span> >- </xsl:when> >- </xsl:choose> >+ </xsl:if> > >+ </xsl:if> > </xsl:for-each> > </xsl:if> > >-- >1.7.2.3 >
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 5723
:
3103
| 3211