--- loncom/interface/lonmsgdisplay.pm 2013/08/30 13:40:49 1.168 +++ loncom/interface/lonmsgdisplay.pm 2013/12/03 14:54:32 1.171 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging display # -# $Id: lonmsgdisplay.pm,v 1.168 2013/08/30 13:40:49 raeburn Exp $ +# $Id: lonmsgdisplay.pm,v 1.171 2013/12/03 14:54:32 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -233,18 +233,16 @@ function folder_choice(targetform,caller '.$lt{'status'}.'
'."\n". &Apache::loncommon::select_form($msgstatus,'msgstatus',\%statushash).' - '.$lt{'actn'}.'
'."\n".' + + '.$lt{'actn'}.'
'."\n".' '. &Apache::loncommon::select_form('view','folderaction',\%actions). ' -   -   -   -   - '.&mt('New Folder').'
'."\n".' + + '.&mt('New Folder').'
'."\n".' '. - $item.(($status eq 'new')?'':'').''); + $item.''.(($status eq 'new')?'':'').''); } # Description and Status my $showstatus; @@ -1256,7 +1254,7 @@ ENDDISHEADER $r->print(' '."\n"); } if ($msgstatus ne 'read') { - $r->print(' ."\n"'); + $r->print(' '."\n"); } if ($msgstatus ne 'unread') { $r->print(' '."\n"); @@ -1926,8 +1924,7 @@ sub disfacetoface { } else { %content=&Apache::lonmsg::unpackagemsg($content{'message'}); $content{'message'} = - ''.&mt('Subject').': '.$content{'subject'}.'
'.&mt('Subject').': '.$content{'subject'}.'
'. $content{'message'}; } } else { @@ -2165,7 +2162,7 @@ sub displaymessage { if (&Apache::lonnet::allowed('vgr',$env{'request.course.id'})) { push(@actionlist,&Apache::loncommon::track_student_link( - &mt('View recent activity') + 'View recent activity' ,$content{'sendername'} ,$content{'senderdomain'} ,'check'));