--- loncom/interface/statistics/lonproblemstatistics.pm 2008/09/11 14:47:22 1.113
+++ loncom/interface/statistics/lonproblemstatistics.pm 2009/01/20 16:38:44 1.116
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonproblemstatistics.pm,v 1.113 2008/09/11 14:47:22 bisitz Exp $
+# $Id: lonproblemstatistics.pm,v 1.116 2009/01/20 16:38:44 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -577,7 +577,7 @@ sub parse_field_selection {
}
sub field_selection_input {
- my $Str = '
';
$Str .= '';
- $Str .= ' 'x5;
- $Str .= 'Plot '.&plot_dropdown().(' 'x10);
+ $Str .= (' 'x10);
#
return $Str;
}
@@ -728,7 +737,7 @@ sub BuildProblemStatisticsPage {
($navmap,@sequences) =
&Apache::lonstatistics::selected_sequences_with_assessments();
if (! ref($navmap)) {
- $r->print(''.&mt('A course-wide error occurred.').'
'.
+ $r->print(''.&mt('A course-wide error occurred.').'
'.
''.$navmap.'
');
&clean_up();
return;