Bugzilla – Attachment 9109 Details for
Bug 7929
Duplicate id "availability" on XSLT result page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7928 - Duplicate id "availability" on XSLT result page
Bug-7929---Duplicate-id-availability-on-XSLT-resul.patch (text/plain), 1.24 KB, created by
Katrin Fischer
on 2012-04-11 06:08:36 UTC
(
hide
)
Description:
Bug 7928 - Duplicate id "availability" on XSLT result page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2012-04-11 06:08:36 UTC
Size:
1.24 KB
patch
obsolete
>From 394baaa6d462950cbce182cf37c1cc128917eafd Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Wed, 11 Apr 2012 08:06:00 +0200 >Subject: [PATCH] Bug 7929 - Duplicate id "availability" on XSLT result page > >Changes id="availability" to class="availability" for XHTML valididy >(ids have to be unique on a page). >--- > .../prog/en/xslt/MARC21slim2OPACResults.xsl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl >index d742a29..cf8b5b3 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl >+++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl >@@ -975,7 +975,7 @@ > </xsl:for-each> > </span> > </xsl:if> >- <span class="results_summary" id="availability"> >+ <span class="results_summary availability"> > <span class="label">Availability: </span> > <xsl:choose> > <xsl:when test="count(key('item-by-status', 'available'))=0 and count(key('item-by-status', 'reference'))=0"> >-- >1.7.5.4
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 7929
:
9109
|
9242
|
9243
|
9362