[Koha] Suppress holdings tab in OPAC?
Owen Leonard
oleonard at myacpl.org
Thu Dec 17 03:52:23 NZDT 2009
> Is there a way to suppress the Holdings tab in the OPAC?
Try adding this to the opacuserjs system preference:
$(function(){
$("#holdings").hide();
$("#descriptions").show();
$("#bibliodescriptions ul
li").eq(0).remove().end().eq(1).attr("class","ui-tabs-selected");
});
It's JavaScript-dependent, so for it to work your user would need to
be using a JavaScript-enabled browser (which most people are, but not
all).
Let me know how that works out.
-- Owen
--
Web Developer
Athens County Public Libraries
http://www.myacpl.org
More information about the Koha
mailing list