--- loncom/interface/lonmsgdisplay.pm 2010/01/25 19:30:59 1.124.4.5 +++ loncom/interface/lonmsgdisplay.pm 2010/01/25 20:56:40 1.124.4.6 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging display # -# $Id: lonmsgdisplay.pm,v 1.124.4.5 2010/01/25 19:30:59 raeburn Exp $ +# $Id: lonmsgdisplay.pm,v 1.124.4.6 2010/01/25 20:56:40 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -532,7 +532,7 @@ sub discourse { $bcc_curr_hdr = &mt('Bcc: course members with current access'); } $result .= '
' - .''.$bcc_curr_hdr.''. + .''.$bcc_curr_hdr.'' .'' .'
'; $result .= $tmptext.'

'; @@ -553,7 +553,7 @@ sub discourse { $bcc_prev_hdr = &mt('Bcc: course members with expired access'); } $result .= '
' - .''.$bcc_prev_hdr.''. + .''.$bcc_prev_hdr.'' .'' .'
'; $result .= $tmptext.'

'; @@ -574,7 +574,7 @@ sub discourse { $bcc_future_hdr = &mt('Bcc: course members with future access'); } $result .= '
' - .''.$bcc_future_hdr.''. + .''.$bcc_future_hdr.'' .'' .'
'; $result .= $tmptext.'
'; @@ -2195,7 +2195,7 @@ sub display_blocker_status { $ltext->{'setb'} $ltext->{'even'} $ltext->{'blck'} - $ltext->{'actn'}? + $ltext->{'actn'} END foreach my $record (sort(keys(%{$records}))) { @@ -2225,11 +2225,16 @@ END if ($blocks->{$block} eq 'on') { $blockstatus = 'checked="checked"'; } - $r->print('
'); + $r->print('
'); } $r->print(<<"END"); - -
+ +
+ END $r->print(&Apache::loncommon::end_data_table_row()); $parmcount++; @@ -2266,7 +2271,7 @@ END $ltext->{'dura'} $ltext->{'even'} $lt{'exam'} $ltext->{'blck'} - $ltext->{'actn'}? + $ltext->{'actn'} END $r->print(&Apache::loncommon::start_data_table_row()); @@ -2276,11 +2281,13 @@ END END foreach my $block (@{$typeorder}) { - $r->print('
'); + $r->print('
'); } $r->print(<<"END"); - - + + END $r->print(&Apache::loncommon::end_data_table_row()); $r->print(&Apache::loncommon::end_data_table());