Bugzilla – Attachment 20666 Details for
Bug 10587
HTML errors on authority detail page in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 10587: fix HTML errors on authority detail page in OPAC
PASSED-QA-Bug-10587-fix-HTML-errors-on-authority-d.patch (text/plain), 2.85 KB, created by
Katrin Fischer
on 2013-08-27 20:41:44 UTC
(
hide
)
Description:
[PASSED QA] Bug 10587: fix HTML errors on authority detail page in OPAC
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-08-27 20:41:44 UTC
Size:
2.85 KB
patch
obsolete
>From abddb8f417baeaa860453f46c9a171d109ae0495 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 9 Aug 2013 11:41:41 -0400 >Subject: [PATCH] [PASSED QA] Bug 10587: fix HTML errors on authority detail > page in OPAC > >A validator check of the OPAC's authority detail returns a few minor >errors. This patch corrects the errors. > >To test, apply the patch and run an OPAC authority detail page through >an HTML validator. There should be no errors which are specific to the >authorities detail template (as opposed to header and footer includes). > >Signed-off-by: Galen Charlton <gmc@esilibrary.com> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >All tests and QA script pass. >Also checked using the W3C validator and testing the >authority detail page in the OPAC is still correctly >displayed. >--- > .../opac-tmpl/prog/en/modules/opac-auth-detail.tt | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth-detail.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth-detail.tt >index 8367b04..78bc5b9 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth-detail.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth-detail.tt >@@ -3,9 +3,9 @@ > [% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Entry > [% INCLUDE 'doc-head-close.inc' %] > [% IF ( displayhierarchy ) %] >-<script language="javascript" type="text/javascript" src="/opac-tmpl/lib/jquery/plugins/jquery.jstree.js"></script> >+<script type="text/javascript" src="/opac-tmpl/lib/jquery/plugins/jquery.jstree.js"></script> > [% END %] >-<script language="javascript" type="text/javascript"> >+<script type="text/javascript"> > //<![CDATA[ > $(document).ready(function() { > $('#authdescriptions').tabs(); >@@ -33,7 +33,7 @@ $(document).ready(function() { > <div id="yui-main"> > <div class="yui-b"><div class="yui-g"> > >- <div id="views"><span class="view"><span id="Normalview">Normal view</span></span> <span class="view"><a id="MARCview" href="/cgi-bin/koha/opac-authoritiesdetail.pl?authid=[% authid %]&marc=1">MARC view</a></span></div> >+ <div id="views"><span class="view"><span id="Normalview">Normal view</span></span> <span class="view"><a id="MARCview" href="/cgi-bin/koha/opac-authoritiesdetail.pl?authid=[% authid %]&marc=1">MARC view</a></span></div> > > <div id="userauthdetails" class="container"> > >@@ -61,6 +61,7 @@ $(document).ready(function() { > <span class="seefrom">[% PROCESS authheadingdisplay heading=seefro.heading search=seefrosearch authid=seefro.authid %]</span> > </li> > [% END %] >+ </ul> > [% PROCESS otherscript headings=summary.otherscript wantcategory='seefrom' %] > </div> > [% END %] >@@ -107,5 +108,5 @@ $(document).ready(function() { > </div> > </div> > </div> >-</div> >+ > [% INCLUDE 'opac-bottom.inc' %] >-- >1.7.9.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 10587
:
20239
|
20336
| 20666