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

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 30 Jun 2006 03:12:21 -0000


albertel		Thu Jun 29 23:12:21 2006 EDT

  Modified files:              
    /rat/client	parameter.html 
  Log:
  - missed a map_map BUG#4884
  - extraneous </table>
  
  
Index: rat/client/parameter.html
diff -u rat/client/parameter.html:1.39 rat/client/parameter.html:1.40
--- rat/client/parameter.html:1.39	Fri Jun 16 15:57:56 2006
+++ rat/client/parameter.html	Thu Jun 29 23:12:21 2006
@@ -3,7 +3,7 @@
 The LearningOnline Network with CAPA
 Parameter Input Window
 //
-// $Id: parameter.html,v 1.39 2006/06/16 19:57:56 albertel Exp $
+// $Id: parameter.html,v 1.40 2006/06/30 03:12:21 albertel Exp $
 //
 // Copyright Michigan State University Board of Trustees
 //
@@ -639,7 +639,7 @@
            if (svalue=='map') { choicewrite(' checked'); }
            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'));
+                  ' type="radio" '+callradiostringeval('map_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 />');
        }
@@ -666,7 +666,7 @@
       choicewrite('</table></td></table>');
    }
 
-   choicewrite('</table></form>');
+   choicewrite('</form>');
    choiceend();
 }