[LON-CAPA-cvs] cvs: loncom(version_2_2_X) /auth lonroles.pm

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 19 Jul 2006 10:07:15 -0000


albertel		Wed Jul 19 06:07:15 2006 EDT

  Modified files:              (Branch: version_2_2_X)
    /loncom/auth	lonroles.pm 
  Log:
  - backport 1.163
  
  
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.162.2.1 loncom/auth/lonroles.pm:1.162.2.2
--- loncom/auth/lonroles.pm:1.162.2.1	Thu Jun 29 13:51:37 2006
+++ loncom/auth/lonroles.pm	Wed Jul 19 06:07:14 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # User Roles Screen
 #
-# $Id: lonroles.pm,v 1.162.2.1 2006/06/29 17:51:37 albertel Exp $
+# $Id: lonroles.pm,v 1.162.2.2 2006/07/19 10:07:14 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -364,10 +364,10 @@
     my $start_page=&Apache::loncommon::start_page('User Roles');
     my $standby=&mt('Role selected. Please stand by.');
     $standby=~s/\n/\\n/g;
-    my $helptag='<table><tr><td>'.&Apache::loncommon::help_open_menu('General Intro','General_Intro',1,undef,undef,undef,undef,&mt("Click here for help")).'</td></td></tr></table>';
+
     $r->print(<<ENDHEADER);
 $start_page
-$helptag<br />
+<br />
 <script>
 $swinfo
 window.focus();