koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en/includes baske... [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en/includes baske... [rel_3_0]
Date: Thu, 14 Dec 2006 18:09:20 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/12/14 18:09:20

Modified files:
        koha-tmpl/opac-tmpl/prog/en/includes: basket.js 

Log message:
        fix wrong link.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/includes/basket.js?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: basket.js
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/includes/basket.js,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- basket.js   7 Dec 2006 15:42:15 -0000       1.1.2.1
+++ basket.js   14 Dec 2006 18:09:20 -0000      1.1.2.2
@@ -355,7 +355,7 @@
 }
 
 function openBiblio(dest,biblionumber) {
-    openerURL=dest+"?bib="+biblionumber;
+    openerURL=dest+"?biblionumber="+biblionumber;
     opener.document.location = openerURL;
     opener.focus();
 }
\ No newline at end of file




reply via email to

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