--- loncom/interface/lonparmset.pm 2009/05/17 01:02:10 1.450 +++ loncom/interface/lonparmset.pm 2009/05/30 21:52:30 1.452 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set parameters for assessments # -# $Id: lonparmset.pm,v 1.450 2009/05/17 01:02:10 raeburn Exp $ +# $Id: lonparmset.pm,v 1.452 2009/05/30 21:52:30 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2790,7 +2790,7 @@ ENDOVER # '); $r->print('
'); #$r->print('

Step 1

'); - $r->print('
' ); + $r->print('
'); $r->print(&Apache::lonhtmlcommon::start_pick_box()); &levelmenu($r,\%alllevs,$parmlev); if ($parmlev ne 'general') { @@ -2807,7 +2807,7 @@ ENDOVER #$r->print(' # '; + $output .= ''; $output .= &Apache::loncommon::end_data_table_row(); foreach my $opt (@options) { my $checked = ($options =~ m/$opt->[0]/) ? ' checked="checked" ' : '' ; $output .= &Apache::loncommon::continue_data_table_row(); - $output .= ''; + &mt($opt->[1]).''; $output .= &Apache::loncommon::end_data_table_row(); } $output .= &Apache::loncommon::continue_data_table_row(); - $output .= ''; + $output .= ''; $output .= &Apache::loncommon::end_data_table_row(); my $multiple_checked; my $single_checked; @@ -3370,14 +3370,14 @@ sub output_row { $single_checked = ''; } $output .= &Apache::loncommon::continue_data_table_row(); - $output .= ''; + '.&mt('Student may select multiple choices from list').''; $output .= &Apache::loncommon::end_data_table_row(); $output .= &Apache::loncommon::continue_data_table_row(); - $output .= ''; + '.&mt('Student may select only one choice from list').''; $output .= &Apache::loncommon::end_data_table_row(); } return ($output);
'); $r->print('
'); - $r->print('
' ); + $r->print('
'); $r->print(&Apache::lonhtmlcommon::start_pick_box()); &parmmenu($r,\%allparms,\@pscat,\%keyorder); $r->print(&Apache::lonhtmlcommon::row_closure()); @@ -2829,7 +2829,7 @@ ENDOVER $r->print('
'); $r->print('
'); - $r->print('
' ); + $r->print('
'); my $sortorder=$env{'form.sortorder'}; unless ($sortorder) { $sortorder='realmstudent'; } &sortmenu($r,$sortorder); @@ -3346,19 +3346,19 @@ sub output_row { push @options,['deleted', 'Delete Metadata Field']; } $output = &Apache::loncommon::start_data_table_row(); - $output .= '
'.$field_text.':'.(' ' x 5).''.(' ' x 5).' '.(' ' x 10).''.(' ' x 10).''.(' ' x 10).''.(' ' x 10).' - '.&mt('Student may select multiple choices from list').''.(' ' x 10).''.(' ' x 10).' - '.&mt('Student may select only one choice from list').'