--- loncom/interface/loncreateuser.pm 2008/01/01 17:24:59 1.227 +++ loncom/interface/loncreateuser.pm 2008/01/02 09:16:59 1.228 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.227 2008/01/01 17:24:59 raeburn Exp $ +# $Id: loncreateuser.pm,v 1.228 2008/01/02 09:16:59 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -320,7 +320,6 @@ ENDBLOCK if ($cancreate && $env{'form.phase'} eq '') { my $defdom=$env{'request.role.domain'}; my $domform = &Apache::loncommon::select_dom_form($defdom,'srchdomain'); - my $helpcrt=&Apache::loncommon::help_open_topic('Course_Change_Privileges'); my %lt=&Apache::lonlocal::texthash( 'crnu' => 'Create a new user', 'usr' => 'Username', @@ -336,7 +335,7 @@ ENDBLOCK -

$lt{crnu}$helpcrt

+

$lt{crnu}

$responsemsg @@ -3025,6 +3024,7 @@ sub print_main_menu { if (!exists($permission->{'cusr_section'})) { push(@courselinks, { text => 'Automated Student Enrollment Manager', + help => 'Course_Automated_Enrollment', permission => (&Apache::lonnet::auto_run($cnum,$cdom) && $permission->{'cusr'}), url => '/adm/populate',