--- loncom/interface/loncreateuser.pm 2007/08/02 01:04:41 1.167 +++ loncom/interface/loncreateuser.pm 2007/08/02 01:07:00 1.168 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.167 2007/08/02 01:04:41 albertel Exp $ +# $Id: loncreateuser.pm,v 1.168 2007/08/02 01:07:00 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2459,7 +2459,6 @@ sub build_search_response { } } } - $response .= '
'.&mt("To add as a new user:").''.&mt("Note: you can only create new users in the domain of your current role - [_1]",$env{'request.role.domain'}).'

'; } } } @@ -2470,7 +2469,7 @@ sub crumb_utilities { my %elements = ( crtuser => { srchterm => 'text', - srchin => 'selectbox', + srchin => 'radio', srchby => 'selectbox', srchtype => 'selectbox', srchdomain => 'selectbox',