Bugzilla – Attachment 4320 Details for
Bug 6437
Div tag needed in advsearch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Added div around advsearch form
0001-Bug-6437-Added-div-with-id-yui-main-around-advsearch.patch (text/plain), 1.14 KB, created by
Elliott Davis
on 2011-05-31 18:52:13 UTC
(
hide
)
Description:
Added div around advsearch form
Filename:
MIME Type:
Creator:
Elliott Davis
Created:
2011-05-31 18:52:13 UTC
Size:
1.14 KB
patch
obsolete
>From a17947e7705a5f776263b6338fb84794b42164ae Mon Sep 17 00:00:00 2001 >From: Elliott Davis <tdavis@uttyler.edu> >Date: Tue, 31 May 2011 07:35:27 -0500 >Subject: [PATCH] Bug 6437: Added div with id yui-main around advsearch form \n Testing: Make sure div shows up directly above form > >--- > .../opac-tmpl/prog/en/modules/opac-advsearch.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt >index e882bb8..216ce8e 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt >@@ -6,7 +6,7 @@ > <body id="advsearch"><div id="doc3" class="yui-t7"> > <div id="bd"> > [% INCLUDE 'masthead.inc' %] >- >+<div id="yui-main"> > <form action="/cgi-bin/koha/opac-search.pl" method="get"> > <div class="yui-g"> > [% IF ( if_expanded_options_actually_worked ) %] >@@ -286,7 +286,7 @@ > > <!-- /SEARCH BUTTONS --></div></div> > </form> >- >+</div> > <script type="text/javascript" language="javascript"> > /* This function allows to display a new field to search. > */ >-- >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 6437
:
4320
|
4331