Diff for /loncom/interface/lonmenu.pm between versions 1.369.2.48 and 1.369.2.50

version 1.369.2.48, 2013/12/13 14:30:49 version 1.369.2.50, 2014/01/06 17:32:58
Line 562  sub create_submenu { Line 562  sub create_submenu {
             if ($count == $numsub) {              if ($count == $numsub) {
                 $borderbot = 'border-bottom:1px solid black;';                  $borderbot = 'border-bottom:1px solid black;';
             }              }
               unless (($href eq '') || ($href =~ /^\#/)) {
                   $target = ' target="_top"';
               }
             $menu .= '<li style="margin:0;padding:0;'.              $menu .= '<li style="margin:0;padding:0;'.
                      $borderbot.'"><a href="'.$href.'">';                       $borderbot.'"><a href="'.$href.'"'.$target.'>';
             if ($translate) {              if ($translate) {
                 $menu .= &mt($item->[1]);                  $menu .= &mt($item->[1]);
             } else {              } else {
Line 1876  sub rawconfig { Line 1879  sub rawconfig {
   
 sub check_for_rcrs {  sub check_for_rcrs {
     my $showreqcrs = 0;      my $showreqcrs = 0;
     my @reqtypes = ('official','unofficial','community');      my @reqtypes = ('official','unofficial','community','textbook');
     foreach my $type (@reqtypes) {      foreach my $type (@reqtypes) {
         if (&Apache::lonnet::usertools_access($env{'user.name'},          if (&Apache::lonnet::usertools_access($env{'user.name'},
                                               $env{'user.domain'},                                                $env{'user.domain'},

Removed from v.1.369.2.48  
changed lines
  Added in v.1.369.2.50


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