> 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
_______________________________________________
Koha mailing list http://koha-community.org
[email protected]
http://lists.katipo.co.nz/mailman/listinfo/koha