[LON-CAPA-cvs] cvs: rat /client parameter.html
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 27 May 2004 06:26:20 -0000
albertel Thu May 27 02:26:20 2004 EDT
Modified files:
/rat/client parameter.html
Log:
- type of 'string' no longer worked
Index: rat/client/parameter.html
diff -u rat/client/parameter.html:1.27 rat/client/parameter.html:1.28
--- rat/client/parameter.html:1.27 Tue Nov 25 17:19:22 2003
+++ rat/client/parameter.html Thu May 27 02:26:19 2004
@@ -3,7 +3,7 @@
The LearningOnline Network with CAPA
Parameter Input Window
//
-// $Id: parameter.html,v 1.27 2003/11/25 22:19:22 www Exp $
+// $Id: parameter.html,v 1.28 2004/05/27 06:26:19 albertel Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -802,7 +802,7 @@
if (ptype=='string') {
sopt('default','Default');
- sopt('string','String Value');
+ sopt('any','String Value');
}
if (ptype=='color') {