With much respect to Alfred, Lord Tennyson "Theirs not to reason why ...' and thanks for the answer.

On 9/9/2011 8:09 AM, Owen Leonard wrote:
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


--
Linda Culberson      lcul...@mdah.state.ms.us
Archives and Records Services Division
Ms. Dept. of Archives & History
P. O. Box 571
Jackson, MS 39205-0571
Telephone:  601/576-6873   Fax:  601/576-6824

_______________________________________________
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to