[Koha] Koha biblionumber in opac detail and staff normal

Owen Leonard oleonard at myacpl.org
Sat Sep 10 01:09:24 NZST 2011


> Our staff is wanting the biblionumber to appear in both the normal view of
> staff client and in the opac detail.

Why?

Any why isn't being able to see the biblionumber in the URL sufficient?

I would think 99% of users of an OPAC wouldn't care to see a
biblionumber, since the number is meaningless outside the context of
Koha.

However, this is possible to do with custom javascript. Put this in
the opacuserjs system preference to try it in the OPAC:

$(document).ready(function(){
 var biblionumber = $("input[name=bib]").val();
 $("h5.author").after("<span class=\"results_summary\"><span
class=\"label\">Biblionumber: </span>"+biblionumber+"</span>");
});

  -- Owen

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


More information about the Koha mailing list