--- loncom/interface/lonwhatsnew.pm 2025/03/22 20:34:49 1.131 +++ loncom/interface/lonwhatsnew.pm 2025/03/22 21:18:30 1.132 @@ -1,7 +1,7 @@ # The LearningOnline Network # What's New in a course # -# $Id: lonwhatsnew.pm,v 1.131 2025/03/22 20:34:49 raeburn Exp $ +# $Id: lonwhatsnew.pm,v 1.132 2025/03/22 21:18:30 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -216,7 +216,6 @@ sub display_main_box { my $domain=&Apache::loncommon::determinedomain(); my $function = &Apache::loncommon::get_users_function(); my $lctype = lc(&Apache::loncommon::course_type()); - $r->print('
');
my %threshold_titles = &Apache::lonlocal::texthash (
av_attempts => 'Average number of attempts',
@@ -267,6 +266,7 @@ sub display_main_box {
userpref => 'your general user preferences',
coursespecific => "specific setting for this $lctype",
);
+ $r->print(' ');
if (($command eq 'chgthreshold')
&& $checkallowed->{'abovethreshold'}) {
@@ -297,12 +297,7 @@ sub display_main_box {
$checkallowed,$store_error);
}
my $end_page = &Apache::loncommon::end_page();
- $r->print(< |
');
+ $r->print(''."\n".
+ ' '."\n".
+ ' ');
my $displayed = 0;
my $totalboxes = 0;
@@ -775,17 +772,14 @@ END
foreach my $actionitem (@actionorder) {
if ($checkallowed->{$actionitem}) {
if (($actioncolumn{$actionitem} eq 'right') && ($currcolumn eq 'left')) {
- $r->print(' | ');
- $currcolumn = 'right';
+ $r->print(' ');
+ $currcolumn = 'right';
}
&display_launcher($r,$actionitem,$refpage,$checkallowed,\%show,\%headings,\%res_title,\@tograde,\%ungraded,\@bombs,\%bombed,\%changed,\@warnings,\%triggered,\@newdiscussions,\%unread,$msgcount,\@newmsgs,$critmsgcount,\@critmsgs,\%interval,$countunread,\%expired,$expirecount,\%activated,$activecount,$crstype,$itemserror,\%loggedin,$logincount,\%sessions,$sessioncount,$classlist);
$displayed ++;
}
}
- $r->print('
- |
-