--- loncom/interface/lonmenu.pm 2006/07/31 21:53:45 1.200 +++ loncom/interface/lonmenu.pm 2006/08/14 09:11:55 1.203 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.200 2006/07/31 21:53:45 foxr Exp $ +# $Id: lonmenu.pm,v 1.203 2006/08/14 09:11:55 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -52,6 +52,8 @@ use vars qw(@desklines $readdesk); my @inlineremote; + + # ================================================================ Little texts sub initlittle { @@ -62,6 +64,7 @@ sub initlittle { 'Roles':'Courses'), 'docs' => 'Course Documents', 'exit' => 'Exit', + 'login' => 'Log In', 'launch' => 'Launch Remote Control', 'groups' => 'Groups', 'gdoc' => 'Group Documents', @@ -176,8 +179,8 @@ ENDMAINMENU $logo - - $lt{'exit'} + + $lt{'login'} @@ -462,7 +465,6 @@ sub innerregister { } else { $currdir =~ s#[^/]+$##; my $cleandisfn = &Apache::loncommon::escape_single($thisdisfn); - &Apache::lonnet::logthis("thisdisfn = $thisdisfn cleaned: $cleandisfn"); $menuitems=(< // BEGIN LON-CAPA Internal