[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simpl... [rel_2_2]
From: |
Joshua Ferraro |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simpl... [rel_2_2] |
Date: |
Fri, 03 Nov 2006 03:32:32 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Joshua Ferraro <kados> 06/11/03 03:32:31
Modified files:
koha-tmpl/intranet-tmpl/npl/en/acqui.simple: addbiblio.tmpl
Log message:
Major upgrade to the Z3950 client in Koha. It no longer requires the
use of
the processqueue daemon, but relies on ZOOM Perl's asynch searching.
Thanks
to Tumer Garip for commiting this to dev_week and to Chris for helping
me
troubleshoot it.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.4.2.26&r2=1.4.2.27
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.26
retrieving revision 1.4.2.27
diff -u -b -r1.4.2.26 -r1.4.2.27
--- addbiblio.tmpl 16 Oct 2006 20:46:44 -0000 1.4.2.26
+++ addbiblio.tmpl 3 Nov 2006 03:32:31 -0000 1.4.2.27
@@ -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="bibid"
-->"+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");
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simpl... [rel_2_2],
Joshua Ferraro <=