--- loncom/interface/statistics/lonproblemanalysis.pm 2008/10/30 17:45:25 1.132
+++ loncom/interface/statistics/lonproblemanalysis.pm 2008/12/12 10:01:30 1.135
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonproblemanalysis.pm,v 1.132 2008/10/30 17:45:25 bisitz Exp $
+# $Id: lonproblemanalysis.pm,v 1.135 2008/12/12 10:01:30 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1558,7 +1558,7 @@ sub OR_time_analysis {
$table .= '
'.
&mt('Start time: [_1]',$startdateform).' '.
&mt('End time: [_1]',$enddateform).' |
'.$/;
- $table.= '  |
'.$/;
+ $table.= ' |
'.$/;
}
$table .= '';
#
@@ -1909,9 +1909,9 @@ sub CreateInterface {
$showprob_checkbox .= 'checked="checked" ';
}
$showprob_checkbox.= ' />';
- $Str.= '
';
+ '
';
##
my $analyze_selector = '';
- $Str .= ''.
+ $Str .= ''.
&mt('Analyze Over [_1] [_2]',
$analyze_selector,
&Apache::loncommon::help_open_topic('Analysis_Analyze_Over')).
- '
'.$/;
+ '
'.$/;
##
my $numplots_selector = '
';
- $Str .= ''.&mt('Number of Plots [_1]',$numplots_selector).
- '';
+ $numplots_selector .= '';
+ $Str .= ''.&mt('Number of Plots [_1]',$numplots_selector).
+ '
';
##
$Str .= '';
##