merging 2.2 branch with head. Sorry for not making it before, many many commits done...
[koha_gimpoz] / koha-tmpl / opac-tmpl / css / en / includes / basket.js
index d7b7a3c..4126ddd 100644 (file)
@@ -357,4 +357,9 @@ function updateBasket(updated_value,target) {
 document.getElementById == "undefined") {
         target.all['basket'].innerHTML = " ("+updated_value+")";
     }
+}
+
+function openBiblio(biblionumber) {
+       openerURL="opac-detail.pl?bib="+biblionumber;
+       opener.document.location = openerURL;
 }
\ No newline at end of file