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

Paul POULAIN tipaul at users.sourceforge.net
Tue Jan 11 19:34:55 CET 2005


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





More information about the Koha-cvs mailing list