--- loncom/interface/lonparmset.pm 2009/06/08 18:04:45 1.456 +++ loncom/interface/lonparmset.pm 2009/06/09 23:27:04 1.458 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set parameters for assessments # -# $Id: lonparmset.pm,v 1.456 2009/06/08 18:04:45 bisitz Exp $ +# $Id: lonparmset.pm,v 1.458 2009/06/09 23:27:04 schualex Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1269,7 +1269,9 @@ sub parmmenu { } function checkthis(thisvalue, checkName) { - checkboxChecked(thisvalue); + + document.getElementById(thisvalue.concat("_li")).style.display = ""; + for (i=0; iprint(' style="display:none"'); } - $r->print('>' - .($$allparms{$tempkey}=~/\s/ ? $$allparms{$tempkey} : $tempkey) + $r->print(' />' + .($$allparms{$tempkey}=~/\S/ ? $$allparms{$tempkey} : $tempkey) .'' ); }