Diff for /loncom/interface/lonmenu.pm between versions 1.319 and 1.320

version 1.319, 2010/03/17 19:35:56 version 1.320, 2010/03/22 15:10:10
Line 115  This gets called in the header section Line 115  This gets called in the header section
   
 =item innerregister()  =item innerregister()
   
 This gets called in order to register a URL, both with the Remote  This gets called in order to register a URL in the body of the document
 and in the body of the document  
   
 =item clear()  =item clear()
   
Line 345  sub innerregister { Line 344  sub innerregister {
 #  #
         my @crumbs = ({text  => Apache::loncommon::course_type()           my @crumbs = ({text  => Apache::loncommon::course_type() 
                                 . ' Contents',                                   . ' Contents', 
                        href  => "Javascript:gonav('/adm/navmaps')"});                         href  => "Javascript:gopost('/adm/navmaps','')"});
   
         if ($mapurl ne $env{'course.'.$env{'request.course.id'}.'.url'}) {           if ($mapurl ne $env{'course.'.$env{'request.course.id'}.'.url'}) { 
             push(@crumbs, {text  => '...',              push(@crumbs, {text  => '...',
Line 701  sub switch { Line 700  sub switch {
     my $idx=10*$row+$col;      my $idx=10*$row+$col;
     $category_members{$cat}.=':'.$idx;      $category_members{$cat}.=':'.$idx;
   
 # Inline Remote  # Inline Menu
     if ($nobreak==2) { return ''; }      if ($nobreak==2) { return ''; }
     my $text=$top.' '.$bot;      my $text=$top.' '.$bot;
     $text=~s/\s*\-\s*//gs;      $text=~s/\s*\-\s*//gs;

Removed from v.1.319  
changed lines
  Added in v.1.320


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>