--- loncom/interface/lonuserutils.pm 2009/05/06 13:39:16 1.91 +++ loncom/interface/lonuserutils.pm 2009/05/11 13:07:24 1.93 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Utility functions for managing LON-CAPA user accounts # -# $Id: lonuserutils.pm,v 1.91 2009/05/06 13:39:16 bisitz Exp $ +# $Id: lonuserutils.pm,v 1.93 2009/05/11 13:07:24 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -401,7 +401,7 @@ sub javascript_validations { krb => 'You need to specify the Kerberos domain.', ipass => 'You need to specify the initial password.', name => 'The optional name field was not specified.', - snum => 'The optional ID number field was not specified.', + snum => 'The optional student/employee ID field was not specified.', section => 'The optional section field was not specified.', email => 'The optional e-mail address field was not specified.', role => 'The optional role field was not specified.', @@ -845,7 +845,7 @@ sub forceid_change { if ($context eq 'domain') { $output .= '
'."\n"; } $output .= '

'; @@ -4443,7 +4443,7 @@ sub course_sections { my $output = ''; my @sections = (sort {$a <=> $b} keys %{$sections_count}); my $numsec = scalar(@sections); - my $is_selected = ' selected="selected" '; + my $is_selected = ' selected="selected"'; if ($numsec <= 1) { $output = '