[interchange-cvs] interchange - heins modified lib/Vend/Form.pm

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Sun Feb 3 01:38:01 2002


User:      heins
Date:      2002-02-03 06:37:55 GMT
Modified:  lib/Vend Form.pm
Log:
	* Bad template for movecombo caused failure of javascript move.

Revision  Changes    Path
2.7       +3 -3      interchange/lib/Vend/Form.pm


rev 2.7, prev_rev 2.6
Index: Form.pm
===================================================================
RCS file: /anon_cvs/repository/interchange/lib/Vend/Form.pm,v
retrieving revision 2.6
retrieving revision 2.7
diff -u -r2.6 -r2.7
--- Form.pm	3 Feb 2002 01:16:11 -0000	2.6
+++ Form.pm	3 Feb 2002 06:37:55 -0000	2.7
@@ -1,6 +1,6 @@
 # Vend::Form - Generate Form widgets
 # 
-# $Id: Form.pm,v 2.6 2002/02/03 01:16:11 kwalsh Exp $
+# $Id: Form.pm,v 2.7 2002/02/03 06:37:55 mheins Exp $
 #
 # Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -36,7 +36,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = substr(q$Revision: 2.6 $, 10);
+$VERSION = substr(q$Revision: 2.7 $, 10);
 
 @EXPORT = qw (
 	display
@@ -530,7 +530,7 @@
 	if(! $template) {
 		if($opt->{rows} > 1) {
 			$template .= q(<textarea rows="{ROWS|4}" wrap="{WRAP|virtual}");
-			$template .= q( cols="{COLS|20} name="{NAME}">{ENCODED}</textarea>);
+			$template .= q( cols="{COLS|20}" name="{NAME}">{ENCODED}</textarea>);
 		}
 		else {
 			$template .= qq(<input TYPE="text" size="{COLS||40}");