Bugzilla – Attachment 4095 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]
Signed off Patch
0001-Bug-6320-Provide-language-filter-selection-in-adv-an.patch (text/plain), 1.33 KB, created by
Chris Cormack
on 2011-05-13 06:58:48 UTC
(
hide
)
Description:
Signed off Patch
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-05-13 06:58:48 UTC
Size:
1.33 KB
patch
obsolete
>From b499e665de13dca37929994d6c9842f6ed001ebb Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Fri, 6 May 2011 14:11:17 -0300 >Subject: [Signed Off] [PATCH] Bug 6320 - Provide language filter selection in adv an id inside a div > >Basically, put the language filter selection fieldset inside a <div> with its >own id so it can be hidden through OPACUserCSS variable. > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > .../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.2.2 >
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