Bugzilla – Attachment 9362 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 7929 - Duplicate id "availability" on XSLT result page
Bug-7929---Duplicate-id-availability-on-XSLT-resul.patch (text/plain), 1.39 KB, created by
Mason James
on 2012-04-30 03:21:23 UTC
(
hide
)
Description:
Bug 7929 - Duplicate id "availability" on XSLT result page
Filename:
MIME Type:
Creator:
Mason James
Created:
2012-04-30 03:21:23 UTC
Size:
1.39 KB
patch
obsolete
>From c1f9788ba5328b08263b4286e9b7844076b0502f 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 >Content-Type: text/plain; charset="utf-8" >http://koha-community.org > >Changes id="availability" to class="availability" for XHTML valididy >(ids have to be unique on a page). > >Signed-off-by: mveron <veron@veron.ch> >Signed-off-by: Mason James <mtj@kohaaloha.com> >--- > .../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 68a6a1b..4acb90b 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl >+++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl >@@ -991,7 +991,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.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 7929
:
9109
|
9242
|
9243
| 9362