--- loncom/interface/lonparmset.pm 2009/05/17 01:02:10 1.450 +++ loncom/interface/lonparmset.pm 2009/05/27 13:36:46 1.451 @@ -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.451 2009/05/27 13:36:46 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3346,19 +3346,19 @@ sub output_row { push @options,['deleted', 'Delete Metadata Field']; } $output = &Apache::loncommon::start_data_table_row(); - $output .= ''.$field_text.':'; + $output .= ''.$field_text.':'; $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 .= ''.(' ' x 5).' '; + &mt($opt->[1]).''; $output .= &Apache::loncommon::end_data_table_row(); } $output .= &Apache::loncommon::continue_data_table_row(); - $output .= ''.(' ' x 10).''; + $output .= ''.(' ' x 10).''; $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 .= ''.(' ' x 10).' + $output .= ''.(' ' x 10).' - '.&mt('Student may select multiple choices from list').''; + '.&mt('Student may select multiple choices from list').''; $output .= &Apache::loncommon::end_data_table_row(); $output .= &Apache::loncommon::continue_data_table_row(); - $output .= ''.(' ' x 10).' + $output .= ''.(' ' x 10).' - '.&mt('Student may select only one choice from list').''; + '.&mt('Student may select only one choice from list').''; $output .= &Apache::loncommon::end_data_table_row(); } return ($output);