[LON-CAPA-cvs] cvs: loncom /xml scripttag.pm

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 15 Sep 2005 18:30:13 -0000


albertel		Thu Sep 15 14:30:13 2005 EDT

  Modified files:              
    /loncom/xml	scripttag.pm 
  Log:
  - BUG#4362, I can't believe I typed that.
  
  
Index: loncom/xml/scripttag.pm
diff -u loncom/xml/scripttag.pm:1.130 loncom/xml/scripttag.pm:1.131
--- loncom/xml/scripttag.pm:1.130	Wed Sep 14 14:25:40 2005
+++ loncom/xml/scripttag.pm	Thu Sep 15 14:30:11 2005
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # <script> definiton
 #
-# $Id: scripttag.pm,v 1.130 2005/09/14 18:25:40 albertel Exp $
+# $Id: scripttag.pm,v 1.131 2005/09/15 18:30:11 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -308,8 +308,8 @@
     } elsif ($target eq 'edit') {
 	$result.=&Apache::edit::tag_start($target,$token);
 	$result.=&Apache::edit::text_arg('Text of Link:','linktext',$token,70);
-	$result.=&Apache::edit::text_arg('Height:','width',$token,5);
-	$result.=&Apache::edit::text_arg('Width:','height',$token,5);
+	$result.=&Apache::edit::text_arg('Height:','height',$token,5);
+	$result.=&Apache::edit::text_arg('Width:','width',$token,5);
 	$result .=&Apache::edit::end_row().&Apache::edit::start_spanning_row();
     } elsif ($target eq 'modified') {
 	my $constructtag=&Apache::edit::get_new_args($token,$parstack,