Bugzilla – Attachment 11964 Details for
Bug 6617
table of contents not printing right if entered right
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6617 - Wrong first indicator value in test
Bug-6617---Wrong-first-indicator-value-in-test.patch (text/plain), 1.28 KB, created by
Jared Camins-Esakov
on 2012-09-04 16:18:09 UTC
(
hide
)
Description:
Bug 6617 - Wrong first indicator value in test
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2012-09-04 16:18:09 UTC
Size:
1.28 KB
patch
obsolete
>From 7a036d981d408b7eb72a6c4b6da9e4b0df5b8ace Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Thu, 23 Aug 2012 12:58:52 -0300 >Subject: [PATCH] Bug 6617 - Wrong first indicator value in test >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit >Content-Type: text/plain; charset="UTF-8" > >Testing the first indicator value=2 should be used for labeling 'Partial content'. > >Sponsored-by: Universidad Nacional de Córdoba >Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> >--- > .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >index 3c7968f..bbaec1b 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >@@ -576,7 +576,7 @@ > <xsl:when test="@ind1=1"> > <span class="label">Incomplete contents:</span> > </xsl:when> >- <xsl:when test="@ind1=1"> >+ <xsl:when test="@ind1=2"> > <span class="label">Partial contents:</span> > </xsl:when> > <xsl:otherwise> >-- >1.7.2.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 6617
:
4682
|
4683
|
4684
|
4685
|
11211
|
11308
|
11309
|
11310
|
11311
|
11313
|
11314
|
11315
|
11316
|
11317
|
11318
|
11326
|
11356
|
11357
|
11368
|
11614
|
11615
|
11796
| 11964