Diff for /loncom/interface/lonmenu.pm between versions 1.369.2.61 and 1.369.2.62

version 1.369.2.61, 2016/10/27 21:46:38 version 1.369.2.62, 2016/10/29 02:54:04
Line 1031  ENDMENUITEMS Line 1031  ENDMENUITEMS
     my $addremote=0;      my $addremote=0;
     foreach (@inlineremote) { if ($_ ne '') { $addremote=1; last;} }      foreach (@inlineremote) { if ($_ ne '') { $addremote=1; last;} }
             if ($addremote) {              if ($addremote) {
   
                 &Apache::lonhtmlcommon::clear_breadcrumb_tools();  
   
                 &Apache::lonhtmlcommon::add_breadcrumb_tool(  
                     'navigation', @inlineremote[21,23]);  
   
                 my $countdown;                  my $countdown;
                 if ($env{'request.filename'} =~ /\.page$/) {                  if ($env{'request.filename'} =~ /\.page$/) {
                     my %breadcrumb_tools = &Apache::lonhtmlcommon::current_breadcrumb_tools();                      my %breadcrumb_tools = &Apache::lonhtmlcommon::current_breadcrumb_tools();
Line 1046  ENDMENUITEMS Line 1040  ENDMENUITEMS
                 } else {                  } else {
                     $countdown = &countdown_timer();                      $countdown = &countdown_timer();
                 }                  }
   
                   &Apache::lonhtmlcommon::clear_breadcrumb_tools();
   
                   &Apache::lonhtmlcommon::add_breadcrumb_tool(
                       'navigation', @inlineremote[21,23]);
   
                 if (&hidden_button_check() eq 'yes') {                  if (&hidden_button_check() eq 'yes') {
                     if ($countdown) {                      if ($countdown) {
                         &Apache::lonhtmlcommon::add_breadcrumb_tool('tools',$countdown);                          &Apache::lonhtmlcommon::add_breadcrumb_tool('tools',$countdown);

Removed from v.1.369.2.61  
changed lines
  Added in v.1.369.2.62


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