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

bisitz bisitz at source.lon-capa.org
Tue Jan 29 11:46:33 EST 2013


bisitz		Tue Jan 29 16:46:33 2013 EDT

  Modified files:              
    /rat/client	parameter.html 
  Log:
  Bug #610: Clarify meaning of selection box in parameter setting window by adding description text
  
  
Index: rat/client/parameter.html
diff -u rat/client/parameter.html:1.65 rat/client/parameter.html:1.66
--- rat/client/parameter.html:1.65	Mon Jan 28 18:17:21 2013
+++ rat/client/parameter.html	Tue Jan 29 16:46:32 2013
@@ -5,7 +5,7 @@
 The LearningOnline Network with CAPA
 Parameter Input Window
 //
-// $Id: parameter.html,v 1.65 2013/01/28 18:17:21 bisitz Exp $
+// $Id: parameter.html,v 1.66 2013/01/29 16:46:32 bisitz Exp $
 //
 // Copyright Michigan State University Board of Trustees
 //
@@ -900,7 +900,7 @@
   selwrite('</head>');
   selwrite('<body>');
   selwrite('<form name="fsel" action=""><b>'+pname+'</b><br />');
-  selwrite('<select name="fcat" onchange="parent.catchange();">');
+  selwrite('Format of Value(s): <select name="fcat" onchange="parent.catchange();">');
 
   if (ptype=='tolerance') {
      sopt('default','Default');




More information about the LON-CAPA-cvs mailing list