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.2


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes basket.js,1.3.2.3,1.3.2.4
Date: Fri, 23 Sep 2005 02:56:56 -0700

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




reply via email to

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