--- loncom/interface/statistics/lonproblemanalysis.pm 2004/09/28 20:41:58 1.88 +++ loncom/interface/statistics/lonproblemanalysis.pm 2004/09/29 14:38:35 1.90 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonproblemanalysis.pm,v 1.88 2004/09/28 20:41:58 matthew Exp $ +# $Id: lonproblemanalysis.pm,v 1.90 2004/09/29 14:38:35 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1376,50 +1376,44 @@ sub CreateInterface { ## ## $Str .= ''; - { # These braces are here to organize the code, not scope it. - { - $Str .= ''.&mt('Analyze Over '); - $Str .= &Apache::loncommon::help_open_topic - ('Analysis_Analyze_Over'); - $Str .=''; - $Str .= '
'; - } - { - $Str .= ''.&mt('Number of Plots:'); - $Str .= &Apache::loncommon::help_open_topic - ('Analysis_num_plots'); - $Str .= '
'; - } - { - $Str .= ''.&mt('Status: [_1]', + my $analyze_selector = ''; + $Str .= ''. + &mt('Analyze Over [_1] [_2]', + $analyze_selector, + &Apache::loncommon::help_open_topic('Analysis_Analyze_Over')). + '
'.$/; + ## + my $numplots_selector = '
'; + $Str .= ''; + ## + $Str .= '
'; - } - } + ''; $Str .= ''; ## ##