Bugzilla – Attachment 62650 Details for
Bug 18484
opac-advsearch.tt missing closing div tag for .container-fluid
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18484 - opac-advsearch.tt missing closing div tag for .container-fluid
Bug-18484---opac-advsearchtt-missing-closing-div-t.patch (text/plain), 3.40 KB, created by
Barton Chittenden
on 2017-04-25 04:15:18 UTC
(
hide
)
Description:
Bug 18484 - opac-advsearch.tt missing closing div tag for .container-fluid
Filename:
MIME Type:
Creator:
Barton Chittenden
Created:
2017-04-25 04:15:18 UTC
Size:
3.40 KB
patch
obsolete
>From ed101841c8ec4d644157c0019dd88c2416e1004f Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 24 Apr 2017 14:21:00 +0000 >Subject: [PATCH] Bug 18484 - opac-advsearch.tt missing closing div tag for > .container-fluid > >This patch corrects HTML validation errors by adding back a missing ></div> which was removed accidentally by Bug 9043 (2014!). > >This patch also removes "border" attributes from <img> tags because the >attribute is obsolete. > >To test, apply the patch and test the validity of the OPAC's advanced >search page. The only error should be one about 'Bad value >"api-server,"' which isn't really resolvable. > >Signed-off-by: Barton Chittenden <barton@bywatersolutions.com> >--- > .../bootstrap/en/modules/opac-advsearch.tt | 27 +++++++++++----------- > 1 file changed, 14 insertions(+), 13 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt >index 94963c4..d1d9b25 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt >@@ -144,7 +144,7 @@ > <label for="[% itemtypeloo.ccl FILTER remove(',') %]-[% itemtypeloo.number %]"> > [% UNLESS ( noItemTypeImages ) %] > [% IF ( itemtypeloo.imageurl ) %] >- <img border="0" src="[% itemtypeloo.imageurl %]" alt="[% itemtypeloo.description %]" /> >+ <img src="[% itemtypeloo.imageurl %]" alt="[% itemtypeloo.description %]" /> > [% END %] > > [% END %] >@@ -362,18 +362,19 @@ > [% END # / IF expanded_options %] > </div> <!-- / .row-fluid --> > >- [% IF ( OpacAdvSearchMoreOptions and OpacAdvSearchMoreOptions.size > 0 and expanded_options ) or >- ( OpacAdvSearchOptions and OpacAdvSearchOptions.size > 0 and not expanded_options ) %] >- <div class="row-fluid"> >- <div class="span12"> >- <div class="text-center"> >- <!-- SEARCH BUTTONS --> >- [% PROCESS searchbuttons %] >- <!-- /SEARCH BUTTONS --> >- </div> >- </div> <!-- / .span12 --> >- </div> <!-- / .row-fluid --> >- [% END %] >+ [% IF ( OpacAdvSearchMoreOptions and OpacAdvSearchMoreOptions.size > 0 and expanded_options ) or >+ ( OpacAdvSearchOptions and OpacAdvSearchOptions.size > 0 and not expanded_options ) %] >+ <div class="row-fluid"> >+ <div class="span12"> >+ <div class="text-center"> >+ <!-- SEARCH BUTTONS --> >+ [% PROCESS searchbuttons %] >+ <!-- /SEARCH BUTTONS --> >+ </div> >+ </div> <!-- / .span12 --> >+ </div> <!-- / .row-fluid --> >+ [% END %] >+ </div> <!-- / .container-fluid --> > </div> <!-- / .main --> > </form> > >-- >2.1.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 18484
:
62608
|
62650
|
62748