--- loncom/interface/lonwhatsnew.pm 2006/01/06 22:37:27 1.45 +++ loncom/interface/lonwhatsnew.pm 2006/01/06 22:50:29 1.46 @@ -1,5 +1,5 @@ # -# $Id: lonwhatsnew.pm,v 1.45 2006/01/06 22:37:27 albertel Exp $ +# $Id: lonwhatsnew.pm,v 1.46 2006/01/06 22:50:29 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -564,12 +564,9 @@ sub display_discussion_config { if ($current eq '') { $current = 'on'; } - my %status = ( - on => 'checked="checked"', - off => 'checked="checked"', - ); - $status{$current} = ''; - $r->print('
'.&mt('Choose whether or not to display a count of the number of new posts for each resource or bulletin board which has unread posts.').'
'.&mt('This can increase the time taken to gather data for the [_1] page by a few seconds.',"What's New?").'  '.&mt('Currently set to [_1] .'),"$current."); + my %status = ( $current => 'checked="checked"'); + + $r->print('
'.&mt('Choose whether or not to display a count of the number of new posts for each resource or bulletin board which has unread posts.').'
'.&mt('This can increase the time taken to gather data for the [_1] page by a few seconds.',"What's New?").'  '); $r->print('

'. &mt('Display of unread post counts?').'