[Koha-cvs] koha/acqui.simple addbiblio.pl [dev_week]

Owen Leonard oleonard at athenscounty.lib.oh.us
Wed Oct 4 18:55:46 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/10/04 16:55:46

Modified files:
	acqui.simple   : addbiblio.pl 

Log message:
	A slash out of place.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/acqui.simple/addbiblio.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.52.2.40.2.8&r2=1.52.2.40.2.9

Patches:
Index: addbiblio.pl
===================================================================
RCS file: /sources/koha/koha/acqui.simple/Attic/addbiblio.pl,v
retrieving revision 1.52.2.40.2.8
retrieving revision 1.52.2.40.2.9
diff -u -b -r1.52.2.40.2.8 -r1.52.2.40.2.9
--- addbiblio.pl	4 Oct 2006 16:53:04 -0000	1.52.2.40.2.8
+++ addbiblio.pl	4 Oct 2006 16:55:46 -0000	1.52.2.40.2.9
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: addbiblio.pl,v 1.52.2.40.2.8 2006/10/04 16:53:04 oleonard Exp $
+# $Id: addbiblio.pl,v 1.52.2.40.2.9 2006/10/04 16:55:46 oleonard Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -243,7 +243,7 @@
 	} elsif  ($tag eq '') {
 		$subfield_data{marc_value}="<input type=\"hidden\" name=\"field_value\" value=\"$value\" \/>";
 	} elsif  ($tagslib->{$tag}->{$subfield}->{'hidden'}) {
-		$subfield_data{marc_value}="<input class="\addbiblioInput\" onblur=\"this.className='addbiblioInput';\" onfocus=\"this.className='addbiblioInputFocus'; \" tabindex=\"1\" type=\"text\" name=\"field_value\" value=\"$value\" maxlength=\"255\" \/>";
+		$subfield_data{marc_value}="<input class=\"addbiblioInput\" onblur=\"this.className='addbiblioInput';\" onfocus=\"this.className='addbiblioInputFocus'; \" tabindex=\"1\" type=\"text\" name=\"field_value\" value=\"$value\" maxlength=\"255\" \/>";
 	# it's a standard field
 	} else {
 		if (length($value) >100) {





More information about the Koha-cvs mailing list