--- loncom/interface/lonmenu.pm 2005/02/21 00:32:04 1.149 +++ loncom/interface/lonmenu.pm 2005/02/26 06:14:01 1.150 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.149 2005/02/21 00:32:04 www Exp $ +# $Id: lonmenu.pm,v 1.150 2005/02/26 06:14:01 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -112,9 +112,8 @@ ENDRELOAD my $utility=&utilityfunctions(); my $output=(< - $lt{'main'} $reloadlink $navmaps @@ -188,9 +187,10 @@ ENDRELOAD my $logo=&Apache::loncommon::lonhttpdurl("/adm/lonIcons/minilogo.gif"); return (< - +// ]]> @@ -309,9 +309,10 @@ sub innerregister { } if ($ENV{'request.state'} eq 'construct') { $newmail = $titletable; - } - if ($noremote) { - $newmail.='
'; + } else { + if ($noremote) { + $newmail.=''; + } } my $timesync=($textual?'':'swmenu.syncclock(1000*'.time.');'); my $tablestart=($noremote?'':'').($textinter?'
'.&mt('Skip to Content').'
':''); @@ -503,7 +504,7 @@ ENDREGTEXT $result = (< -// +// END LON-CAPA Internal ENDREGTHIS }