--- loncom/interface/lonuserutils.pm 2013/04/11 15:11:09 1.151
+++ loncom/interface/lonuserutils.pm 2013/12/09 18:47:18 1.158
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Utility functions for managing LON-CAPA user accounts
#
-# $Id: lonuserutils.pm,v 1.151 2013/04/11 15:11:09 raeburn Exp $
+# $Id: lonuserutils.pm,v 1.158 2013/12/09 18:47:18 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -642,7 +642,7 @@ sub upload_manager_javascript_forward_as
$numbuttons ++;
}
if (!$can_assign->{'int'}) {
- my $warning = &mt('You may not specify an initial password for each user, as this is only available when new users use LON-CAPA internal authentication.').'\n'
+ my $warning = &mt('You may not specify an initial password for each user, as this is only available when new users use LON-CAPA internal authentication.').'\n'.
&mt('Your current role does not have rights to create users with that authentication type.');
$auth_update = <<"END";
// Currently the initial password field is only supported for internal auth
@@ -1631,7 +1631,7 @@ sub print_userlist {
my @cols = &infocolumns($context,$mode,$showcredits);
if (!@cols) {
- $r->print('
'.
+ $r->print(''.
&mt('No user information selected for display.').''.
''."\n");
return;
@@ -1674,7 +1674,7 @@ sub print_userlist {
$r->print(''.&mt('Searching ...').'