Diff for /loncom/auth/lonroles.pm between versions 1.162.2.1 and 1.162.2.2

version 1.162.2.1, 2006/06/29 17:51:37 version 1.162.2.2, 2006/07/19 10:07:14
Line 364  ENDENTERKEY Line 364  ENDENTERKEY
     my $start_page=&Apache::loncommon::start_page('User Roles');      my $start_page=&Apache::loncommon::start_page('User Roles');
     my $standby=&mt('Role selected. Please stand by.');      my $standby=&mt('Role selected. Please stand by.');
     $standby=~s/\n/\\n/g;      $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);      $r->print(<<ENDHEADER);
 $start_page  $start_page
 $helptag<br />  <br />
 <script>  <script>
 $swinfo  $swinfo
 window.focus();  window.focus();

Removed from v.1.162.2.1  
changed lines
  Added in v.1.162.2.2


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