Return to lonproblemanalysis.pm CVS log | Up to [LON-CAPA] / loncom / interface / statistics |
version 1.88, 2004/09/28 20:41:58 | version 1.89, 2004/09/28 20:45:40 |
---|---|
Line 1397 sub CreateInterface { | Line 1397 sub CreateInterface { |
} | } |
{ | { |
$Str .= '<nobr>'.&mt('Number of Plots:'); | $Str .= '<nobr>'.&mt('Number of Plots:'); |
$Str .= &Apache::loncommon::help_open_topic | |
('Analysis_num_plots'); | |
$Str .= '<select name="NumPlots">'; | $Str .= '<select name="NumPlots">'; |
if (! exists($ENV{'form.NumPlots'}) | if (! exists($ENV{'form.NumPlots'}) |
|| $ENV{'form.NumPlots'} < 1 | || $ENV{'form.NumPlots'} < 1 |