--- loncom/interface/lonparmset.pm 2009/06/04 16:56:27 1.454 +++ 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.454 2009/06/04 16:56:27 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) .'' ); } @@ -1413,7 +1415,7 @@ sub shortCuts { #part to print out the shortcuts for parmselection $r->print('' .'' .'
' - .'
'.&mt('Parameter Selection').'' + .'
'.&mt('Parameter Selection').'' .'' .'• '.&mt('Select All').'' .'' @@ -1428,7 +1430,7 @@ sub shortCuts { .'
' .'
' - .'
'.&mt('Add Selection for...').'' + .'
'.&mt('Add Selection for...').'' .'' .'• '.&mt('Problem Dates').'' .'' @@ -2875,7 +2877,7 @@ ENDOVER #$r->print(' #
'); - $r->print('
'); + $r->print('
'); #$r->print('

Step 1

'); $r->print('
'); $r->print(&Apache::lonhtmlcommon::start_pick_box()); @@ -2893,7 +2895,7 @@ ENDOVER #$r->print(' #
'); - $r->print('
'); + $r->print('
'); $r->print('
'); $r->print(&Apache::lonhtmlcommon::start_pick_box()); &parmmenu($r,\%allparms,\@pscat,\%keyorder); @@ -2916,7 +2918,7 @@ ENDOVER $r->print(&Apache::lonhtmlcommon::end_pick_box()); $r->print('
'); - $r->print('
'); + $r->print('
'); $r->print('
'); my $sortorder=$env{'form.sortorder'}; unless ($sortorder) { $sortorder='realmstudent'; }