[LON-CAPA-cvs] cvs: rat /client parameter.html

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 21 Jun 2002 18:28:57 -0000


albertel		Fri Jun 21 14:28:57 2002 EDT

  Modified files:              
    /rat/client	parameter.html 
  Log:
  - found the typo that prevented string style parameters from working
  
  
Index: rat/client/parameter.html
diff -u rat/client/parameter.html:1.17 rat/client/parameter.html:1.18
--- rat/client/parameter.html:1.17	Mon Mar 25 16:01:12 2002
+++ rat/client/parameter.html	Fri Jun 21 14:28:57 2002
@@ -3,7 +3,7 @@
 The LearningOnline Network with CAPA
 Parameter Input Window
 //
-// $Id: parameter.html,v 1.17 2002/03/25 21:01:12 matthew Exp $
+// $Id: parameter.html,v 1.18 2002/06/21 18:28:57 albertel Exp $
 //
 // Copyright Michigan State University Board of Trustees
 //
@@ -500,7 +500,7 @@
            tablestart('Text');
         }
         choicewrite('<tr bgcolor="#AAFFAA"><td>Value:</td><td colspan=2>');
-        choicewrite('<input name=intval size=20 value="'+svalue+
+        choicewrite('<input name=stringval size=20 value="'+svalue+
                     '" name=stringval onChange="parent.stringeval()">');
         choicewrite('</td></table>');
       }