Diff for /loncom/interface/lonmenu.pm between versions 1.369.2.83.2.20 and 1.369.2.83.2.21

version 1.369.2.83.2.20, 2024/09/03 10:52:19 version 1.369.2.83.2.21, 2024/10/06 20:19:57
Line 1384  ENDMENUITEMS Line 1384  ENDMENUITEMS
 # accessed in a different way, when Authoring Space is accessed in course  # accessed in a different way, when Authoring Space is accessed in course
 # context  # context
 #  #
             if ($env{'request.role'} !~/^(aa|ca|au)/) {              if (($env{'request.role'} !~/^(aa|ca|au)/) || (!$noremote)) {
                 my $privfile = &Apache::loncommon::escape_single("/priv/$udom/$uname/$thisdisfn");                  my $privfile = &Apache::loncommon::escape_single("/priv/$udom/$uname/$thisdisfn");
                 $menuitems .= (<<ENDMENUITEMS);                  $menuitems .= (<<ENDMENUITEMS);
 s&7&5&editops.png&Options&edit[_1]&gocstr('/adm/preferences?action=authorsettings','$privfile')&Authoring Space Options  s&7&5&editops.png&Options&edit[_1]&gocstr('/adm/preferences?action=authorsettings','$privfile')&Authoring Space Options
Line 1632  ENDMENUITEMS Line 1632  ENDMENUITEMS
                     &switch('','',@rest);                      &switch('','',@rest);
                 }                  }
                 &Apache::lonhtmlcommon::add_breadcrumb_tool('advtools',                  &Apache::lonhtmlcommon::add_breadcrumb_tool('advtools',
                                                             @inlineremote[63,61,71,72]);                                                              @inlineremote[76,63,74,61,71,72,77,75]);
   
                 $cstrcrumbs = &Apache::lonhtmlcommon::scripttag('', 'start')                  $cstrcrumbs = &Apache::lonhtmlcommon::scripttag('', 'start')
                              .&Apache::lonhtmlcommon::breadcrumbs(undef,undef,0)                               .&Apache::lonhtmlcommon::breadcrumbs(undef,undef,0)

Removed from v.1.369.2.83.2.20  
changed lines
  Added in v.1.369.2.83.2.21


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