Bug 6320 - Provide language filter selection in adv an id inside a div
authorTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 6 May 2011 17:11:17 +0000 (14:11 -0300)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 15 May 2011 08:45:55 +0000 (20:45 +1200)
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>
Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt

index 1c9381d..e882bb8 100644 (file)
     </table>
     </fieldset>
     </div>
+    <div id="langfilter">
     <fieldset><legend>Language</legend>
     <!-- LANGUAGE LIMIT -->
                 <p><label for="language-limit">Language: </label>                                        
                 </select></p><!-- <a href="">Show all languages</a>-->
     <!-- /LANGUAGE LIMIT -->
     </fieldset>
+    </div>
 [% IF ( expanded_options ) %]
     [% IF ( usmarc ) %]
         <!-- SUBTYPE LIMITS -->