[Koha] opac customization

Owen Leonard oleonard at myacpl.org
Wed Sep 9 01:30:54 NZST 2009


It's possible to do this with JavaScript if you don't want to modify
your template.
You would add this to the "opacuserjs" system preference:

$(document).ready(function(){
$("#opac-main-search label").hide();
$("#searchsubmit").attr("value","Search");
});

  -- Owen

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


More information about the Koha mailing list