--- loncom/interface/statistics/lonproblemanalysis.pm 2013/10/01 14:52:47 1.144 +++ loncom/interface/statistics/lonproblemanalysis.pm 2014/02/03 18:50:58 1.145 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonproblemanalysis.pm,v 1.144 2013/10/01 14:52:47 bisitz Exp $ +# $Id: lonproblemanalysis.pm,v 1.145 2014/02/03 18:50:58 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1262,7 +1262,7 @@ sub OptionResponseAnalysis { $r->print($analysis_html); $r->rflush(); } else { - $r->print('div class="LC_warning"' + $r->print('
' .&mt('The analysis you have selected is not supported at this time.') .'
' ); @@ -1954,11 +1954,11 @@ sub CreateInterface { if (! exists($env{'form.AnalyzeOver'}) || $env{'form.AnalyzeOver'} eq 'tries'){ # Default to tries - $analyze_selector .= ' selected="selected" '; + $analyze_selector .= 'selected="selected"'; } $analyze_selector .= '>'.&mt('Tries').''; - $analyze_selector .= '