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

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 16 Jun 2006 19:57:57 -0000


albertel		Fri Jun 16 15:57:57 2006 EDT

  Modified files:              
    /rat/client	parameter.html 
  Log:
  - add the parm option for checkin to apply to everything n the map
  
  
Index: rat/client/parameter.html
diff -u rat/client/parameter.html:1.38 rat/client/parameter.html:1.39
--- rat/client/parameter.html:1.38	Thu May 11 21:20:18 2006
+++ rat/client/parameter.html	Fri Jun 16 15:57:56 2006
@@ -3,7 +3,7 @@
 The LearningOnline Network with CAPA
 Parameter Input Window
 //
-// $Id: parameter.html,v 1.38 2006/05/12 01:20:18 albertel Exp $
+// $Id: parameter.html,v 1.39 2006/06/16 19:57:56 albertel Exp $
 //
 // Copyright Michigan State University Board of Trustees
 //
@@ -637,7 +637,11 @@
            choicewrite('<label><input name="stringval" value="map"'+
                   ' type="radio" '+callradiostringeval('map'));
            if (svalue=='map') { choicewrite(' checked'); }
-           choicewrite('> Yes, and the scope of student selected slot is the enclosing map/folder.</label><br />');
+           choicewrite('> Yes, and the scope of student selected slot is the enclosing map/folder. When checking in, it applies to only one resource.</label><br />');
+           choicewrite('<label><input name="stringval" value="map_map"'+
+                  ' type="radio" '+callradiostringeval('map'));
+           if (svalue=='map_map') { choicewrite(' checked'); }
+           choicewrite('> Yes, and the scope of student selected slot is the enclosing map/folder. When checking in, all resources in the map/folder are checked in..</label><br />');
        }
         choicewrite('</td></table>');
       }