--- loncom/interface/lonmenu.pm 2010/03/17 19:35:56 1.319 +++ loncom/interface/lonmenu.pm 2010/03/22 15:10:10 1.320 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.319 2010/03/17 19:35:56 raeburn Exp $ +# $Id: lonmenu.pm,v 1.320 2010/03/22 15:10:10 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -115,8 +115,7 @@ This gets called in the header section =item innerregister() -This gets called in order to register a URL, both with the Remote -and in the body of the document +This gets called in order to register a URL in the body of the document =item clear() @@ -345,7 +344,7 @@ sub innerregister { # my @crumbs = ({text => Apache::loncommon::course_type() . ' Contents', - href => "Javascript:gonav('/adm/navmaps')"}); + href => "Javascript:gopost('/adm/navmaps','')"}); if ($mapurl ne $env{'course.'.$env{'request.course.id'}.'.url'}) { push(@crumbs, {text => '...', @@ -701,7 +700,7 @@ sub switch { my $idx=10*$row+$col; $category_members{$cat}.=':'.$idx; -# Inline Remote +# Inline Menu if ($nobreak==2) { return ''; } my $text=$top.' '.$bot; $text=~s/\s*\-\s*//gs;