Bugzilla – Attachment 4051 Details for
Bug 6319
Provide language filter selection in adv an id inside a div
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Put fieldset inside a div with its own id
0001-Bug-6319-Provide-language-filter-selection-in-adv-an.patch (text/plain), 1.30 KB, created by
Tomás Cohen Arazi (tcohen)
on 2011-05-06 17:13:52 UTC
(
hide
)
Description:
Put fieldset inside a div with its own id
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2011-05-06 17:13:52 UTC
Size:
1.30 KB
patch
obsolete
>From f719e48870b75d79dd650dee94d7d6676e2dc47b Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Fri, 6 May 2011 14:11:17 -0300 >Subject: [PATCH] Bug 6319 - Provide language filter selection in adv an id inside a div >Content-Type: text/plain; charset="utf-8" > >Basically, put the language filter selection fieldset inside a <div> with its >own id so it can be hidden through OPACUserCSS variable. >--- > .../opac-tmpl/prog/en/modules/opac-advsearch.tt | 2 ++ > 1 files changed, 2 insertions(+), 0 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 1c9381d..e882bb8 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt >@@ -145,6 +145,7 @@ > </table> > </fieldset> > </div> >+ <div id="langfilter"> > <fieldset><legend>Language</legend> > <!-- LANGUAGE LIMIT --> > <p><label for="language-limit">Language: </label> >@@ -160,6 +161,7 @@ > </select></p><!-- <a href="">Show all languages</a>--> > <!-- /LANGUAGE LIMIT --> > </fieldset> >+ </div> > [% IF ( expanded_options ) %] > [% IF ( usmarc ) %] > <!-- SUBTYPE LIMITS --> >-- >1.7.4.1 >
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 6319
:
4051
|
4095