koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes basket.js,1.3,1


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes basket.js,1.3,1.3.2.1
Date: Tue, 11 Jan 2005 10:34:55 -0800

Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29346/koha-tmpl/opac-tmpl/css/en/includes

Modified Files:
      Tag: rel_2_2
        basket.js 
Log Message:
in biblio basket, adding the possibility to open a biblio (in the main window) 
by clicking on the title

Index: basket.js
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/basket.js,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** basket.js   8 Dec 2004 10:27:10 -0000       1.3
--- basket.js   11 Jan 2005 18:34:52 -0000      1.3.2.1
***************
*** 358,360 ****
--- 358,365 ----
          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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]