[Koha] Koha - changing advance search page

Owen Leonard oleonard at myacpl.org
Tue May 3 08:07:43 NZST 2011


> But I can't figure out how to make the Language
> limits go away since there doesn't seem to be an id for that one.

Yeah, it really should have an ID. Without that I don't think there's
a way to hide it with CSS.

I can be hidden with JavaScript, though, if you put this in your
opacuserjs system preference:

$(document).ready(function(){
   $("legend:contains('Language')").parent().hide();
});

 -- Owen

-- 
Web Developer
Athens County Public Libraries
http://www.myacpl.org


More information about the Koha mailing list