--- loncom/interface/courseprefs.pm 2012/12/31 14:43:09 1.52 +++ loncom/interface/courseprefs.pm 2013/01/08 15:12:41 1.54 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set configuration settings for a course # -# $Id: courseprefs.pm,v 1.52 2012/12/31 14:43:09 raeburn Exp $ +# $Id: courseprefs.pm,v 1.54 2013/01/08 15:12:41 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -551,7 +551,7 @@ sub print_config_box { '. &mt($item->{text}); if ($item->{'help'}) { - $output .= ' ' + $output .= ' '. &Apache::loncommon::help_open_topic($item->{'help'}); } $output .= ''."\n". @@ -3483,7 +3483,7 @@ sub print_printouts { A6 => &mt('A6').' [105x148 mm]', }, order => ['Letter','Legal','Tabloid','Executive','A2','A3','A4','A5','A6'], - nullval => 'None specified', + nullval => &mt('None specified'), }, print_header_format => { text => ''.&mt($itemtext->{'print_header_format'}).'', @@ -3501,7 +3501,7 @@ sub print_printouts { 0 => &mt('No'), }, order => ['1','0'], - nullval => 'None specified - use domain default', + nullval => &mt('None specified - use domain default'), } ); return &make_item_rows($cdom,\%items,$ordered,$settings,$rowtotal,$crstype);