--- loncom/interface/lonwhatsnew.pm 2008/07/09 15:16:14 1.79 +++ loncom/interface/lonwhatsnew.pm 2008/12/17 19:22:00 1.80.2.2 @@ -1,5 +1,5 @@ # -# $Id: lonwhatsnew.pm,v 1.79 2008/07/09 15:16:14 raeburn Exp $ +# $Id: lonwhatsnew.pm,v 1.80.2.2 2008/12/17 19:22:00 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -462,9 +462,9 @@ sub display_actions_box { } $headings{'abovethreshold'} = - &mt('Problems with av. attempts ≥ [_1] or deg. difficulty ≥ [_2]
and total number of '.$stulabel{$crstype}.' with submissions ≥ [_3]', + &mt('(Problems with av. attempts ≥ [_1] or deg. difficulty ≥ [_2]) [_3] and total number of '.$stulabel{$crstype}.' with submissions ≥ [_4]', $threshold{'av_attempts'},$threshold{'degdiff'}, - $threshold{'numstudents'}); + '
',$threshold{'numstudents'}); my @actionorder = ('handgrading','haserrors','abovethreshold','versionchanges','coursediscussion','coursenormalmail','coursecritmail','newroles','oldroles'); @@ -687,9 +687,9 @@ function toggle_countunread(choice) { $r->print('
-         - '. + (' ' x7). + ' ');