16 Dec
2009
16 Dec
'09
3:52 p.m.
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