[Koha-cvs] koha/value_builder marc21_leader_authorities.pl [rel_2_2]

Joshua Ferraro jmf at kados.org
Sat Mar 4 08:36:51 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/03/04 07:36:51

Modified files:
	value_builder  : marc21_leader_authorities.pl 

Log message:
	typo fix

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/value_builder/marc21_leader_authorities.pl.diff?only_with_tag=rel_2_2&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text

Patches:
Index: koha/value_builder/marc21_leader_authorities.pl
diff -u koha/value_builder/marc21_leader_authorities.pl:1.1.2.1 koha/value_builder/marc21_leader_authorities.pl:1.1.2.2
--- koha/value_builder/marc21_leader_authorities.pl:1.1.2.1	Sat Mar  4 03:16:30 2006
+++ koha/value_builder/marc21_leader_authorities.pl	Sat Mar  4 07:36:51 2006
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: marc21_leader_authorities.pl,v 1.1.2.1 2006/03/04 03:16:30 kados Exp $
+# $Id: marc21_leader_authorities.pl,v 1.1.2.2 2006/03/04 07:36:51 kados Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -52,7 +52,7 @@
 
 function Clic$function_name(i) {
 	defaultvalue=document.forms[0].field_value[i].value;
-	newin=window.open(\"../plugin_launcher.pl?plugin_name=marc21_leader.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=1000,height=600,toolbar=false,scrollbars=yes');
+	newin=window.open(\"../plugin_launcher.pl?plugin_name=marc21_leader_authorities.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=1000,height=600,toolbar=false,scrollbars=yes');
 
 }
 </script>





More information about the Koha-cvs mailing list