koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simpl... [dev_week]


From: Tumer Garip
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simpl... [dev_week]
Date: Fri, 03 Nov 2006 00:37:34 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Tumer Garip <tgarip1957>        06/11/03 00:37:34

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/acqui.simple: addbiblio.tmpl 

Log message:
        Call to z3950 parameter change

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.4.2.15.2.6&r2=1.4.2.15.2.7

Patches:
Index: addbiblio.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/Attic/addbiblio.tmpl,v
retrieving revision 1.4.2.15.2.6
retrieving revision 1.4.2.15.2.7
diff -u -b -r1.4.2.15.2.6 -r1.4.2.15.2.7
--- addbiblio.tmpl      11 Oct 2006 13:27:00 -0000      1.4.2.15.2.6
+++ addbiblio.tmpl      3 Nov 2006 00:37:34 -0000       1.4.2.15.2.7
@@ -293,7 +293,7 @@
                }
        }
        if(error < 4){
-       newin=window.open("../z3950/search.pl?bibid=<!-- TMPL_VAR NAME="bibid" 
-->"+strQuery,"z3950search",'width=640,height=400,location=yes,toolbar=no,scrollbars=yes');
+       newin=window.open("../z3950/search.pl?oldbiblionumber=<!-- TMPL_VAR 
NAME="oldbiblionumber" 
-->"+strQuery,"z3950search",'width=640,height=400,location=yes,toolbar=no,scrollbars=yes');
        } else {
                alert("To perform a z39.50 search, you must enter at least one 
of the following: \n\n ISBN\n ISSN\n Title\n Author\n");
        }




reply via email to

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