--- loncom/interface/lonwhatsnew.pm 2006/01/06 22:37:27 1.45
+++ loncom/interface/lonwhatsnew.pm 2006/01/09 22:55:47 1.48
@@ -1,5 +1,5 @@
#
-# $Id: lonwhatsnew.pm,v 1.45 2006/01/06 22:37:27 albertel Exp $
+# $Id: lonwhatsnew.pm,v 1.48 2006/01/09 22:55:47 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -564,24 +564,34 @@ 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 %opposite = (
+ 'on' => 'off',
+ 'off' => 'on',
+ );
+ $r->print('');
+ $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.''));
$r->print('
-