--- loncom/interface/lonhelper.pm 2005/10/17 20:21:31 1.125 +++ loncom/interface/lonhelper.pm 2006/03/06 23:32:31 1.132 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # .helper XML handler to implement the LON-CAPA helper # -# $Id: lonhelper.pm,v 1.125 2005/10/17 20:21:31 albertel Exp $ +# $Id: lonhelper.pm,v 1.132 2006/03/06 23:32:31 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -576,6 +576,7 @@ sub display { my $html=&Apache::lonxml::xmlbegin(); my $stateTitle=&mt($state->title()); my $helperTitle = &mt($self->{TITLE}); + my $browser_searcher_js = &Apache::loncommon::browser_and_searcher_javascript(); my $bodytag = &Apache::loncommon::bodytag($helperTitle,'',''); my $previous = HTML::Entities::encode(&mt("<- Previous"), '<>&"'); my $next = HTML::Entities::encode(&mt("Next ->"), '<>&"'); @@ -586,6 +587,9 @@ sub display { $html
Inactive students:
\n"; + $result .= <[0]; + if (exists($defaultUsers{$user})) { + $result .= " checked='checked' "; + $checked = 1; } + } elsif (!$self->{'multichoice'} && !$checked) { + $result .= " checked='checked' "; + $checked = 1; + } + $result .= + " value='" . HTML::Entities::encode($choice->[0] . ':' + .$choice->[2] . ':' + .$choice->[1] . ':' + .$choice->[3], "<>&\"'") + . "' /> | " + . HTML::Entities::encode($choice->[1],'<>&"') + . " | " + . HTML::Entities::encode($choice->[2],'<>&"') + . " | \n" + . HTML::Entities::encode($choice->[3],'<>&"') + . " | \n" + . HTML::Entities::encode($choice->[4],'<>&"') + . " | \n" + . HTML::Entities::encode($choice->[0],'<>&"') + . " |