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

Paul POULAIN tipaul at users.sourceforge.net
Fri Sep 23 11:56:56 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	basket.js 
Log Message:
when clicking on the title, go to the biblio detail, but using simple/complete/isbd view, depending on systempref

Index: basket.js
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/basket.js,v
retrieving revision 1.3.2.3
retrieving revision 1.3.2.4
diff -C2 -r1.3.2.3 -r1.3.2.4
*** basket.js	25 Mar 2005 16:57:54 -0000	1.3.2.3
--- basket.js	23 Sep 2005 09:56:54 -0000	1.3.2.4
***************
*** 352,357 ****
  }
  
! function openBiblio(biblionumber) {
! 	openerURL="opac-detail.pl?bib="+biblionumber;
  	opener.document.location = openerURL;
  }
\ No newline at end of file
--- 352,357 ----
  }
  
! function openBiblio(dest,biblionumber) {
! 	openerURL=dest+"?bib="+biblionumber;
  	opener.document.location = openerURL;
  }
\ No newline at end of file





More information about the Koha-cvs mailing list