version 1.51, 2003/12/12 20:18:36
|
version 1.53, 2004/01/08 19:20:12
|
Line 49 my @SubmitButtons = ({ name => 'ProblemA
|
Line 49 my @SubmitButtons = ({ name => 'ProblemA
|
{ name => 'updatecaches', |
{ name => 'updatecaches', |
text => 'Update Student Data' }, |
text => 'Update Student Data' }, |
{ name => 'SelectAnother', |
{ name => 'SelectAnother', |
text => 'Choose a different resource' }, |
text => 'Choose a different Problem' }, |
{ name => 'ExcelOutput', |
{ name => 'ExcelOutput', |
text => 'Produce Excel Output' }); |
text => 'Produce Excel Output' }); |
|
|
Line 1438 sub CreateInterface {
|
Line 1438 sub CreateInterface {
|
} |
} |
{ |
{ |
$Str .= '<br /><nobr>'.&mt('Number of Plots:'); |
$Str .= '<br /><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 |