Diff for /loncom/auth/lonroles.pm between versions 1.269.2.12 and 1.269.2.14

version 1.269.2.12, 2013/08/12 20:51:29 version 1.269.2.14, 2013/09/21 23:42:59
Line 746  ENDENTERKEY Line 746  ENDENTERKEY
     my $swinfo=&Apache::lonmenu::rawconfig();      my $swinfo=&Apache::lonmenu::rawconfig();
     my $start_page=&Apache::loncommon::start_page($pagetitle,undef,{bread_crumbs=>$brcrum});      my $start_page=&Apache::loncommon::start_page($pagetitle,undef,{bread_crumbs=>$brcrum});
     my $funcs = &get_roles_functions($showcount);      my $funcs = &get_roles_functions($showcount);
     my $standby=&mt('Role selected. Please stand by.');  
     $standby=~s/\n/\\n/g;      $standby=~s/\n/\\n/g;
     my $noscript='<br /><span class="LC_error">'.&mt('Use of LON-CAPA requires Javascript to be enabled in your web browser.').'<br />'.&mt('As this is not the case, most functionality in the system will be unavailable.').'</span><br />';      my $noscript='<br /><span class="LC_error">'.&mt('Use of LON-CAPA requires Javascript to be enabled in your web browser.').'<br />'.&mt('As this is not the case, most functionality in the system will be unavailable.').'</span><br />';
   
Line 2746  sub get_roles_functions { Line 2745  sub get_roles_functions {
         }          }
     }      }
     if (&Apache::loncommon::designparm('login.coursecatalog',$env{'user.domain'})) {      if (&Apache::loncommon::designparm('login.coursecatalog',$env{'user.domain'})) {
         push(@links,['/adm/coursecatalog','ccat-22x22',&mt('Course Catalog')]);          push(@links,['/adm/coursecatalog','ccat-22x22',&mt('Course catalog')]);
     }      }
     my $funcs = &Apache::lonhtmlcommon::start_funclist();      my $funcs = &Apache::lonhtmlcommon::start_funclist();
     foreach my $link (@links) {      foreach my $link (@links) {

Removed from v.1.269.2.12  
changed lines
  Added in v.1.269.2.14


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