--- loncom/interface/loncreateuser.pm 2007/08/31 12:33:32 1.181 +++ loncom/interface/loncreateuser.pm 2007/08/31 17:58:47 1.182 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.181 2007/08/31 12:33:32 raeburn Exp $ +# $Id: loncreateuser.pm,v 1.182 2007/08/31 17:58:47 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2568,7 +2568,8 @@ sub build_search_response { } } if (!($srch->{'srchby'} eq 'uname' && $srch->{'srchin'} eq 'dom' && $srch->{'srchtype'} eq 'exact' && $srch->{'srchdomain'} eq $env{'request.role.domain'})) { - $response .= '
'.&mt("To add a new user (you can only create new users in your current role's domain - [_1]) ...",$env{'request.role.domain'}).'
'; + my $showdom = &display_domain_info($env{'request.role.domain'}); + $response .= '

'.&mt("To add a new user (you can only create new users in your current role's domain - [_1]):",$env{'request.role.domain'}).'
'; } } }