[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/value_builder marc21_leader_authorities.pl [rel_2_2]
From: |
Joshua Ferraro |
Subject: |
[Koha-cvs] koha/value_builder marc21_leader_authorities.pl [rel_2_2] |
Date: |
Sat, 04 Mar 2006 07:36:51 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Joshua Ferraro <address@hidden> 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>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/value_builder marc21_leader_authorities.pl [rel_2_2],
Joshua Ferraro <=