--- loncom/interface/lonuserutils.pm 2013/05/03 16:29:34 1.152 +++ loncom/interface/lonuserutils.pm 2013/07/15 14:55:14 1.153 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Utility functions for managing LON-CAPA user accounts # -# $Id: lonuserutils.pm,v 1.152 2013/05/03 16:29:34 bisitz Exp $ +# $Id: lonuserutils.pm,v 1.153 2013/07/15 14:55:14 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4618,7 +4618,7 @@ sub upfile_drop_add { # Get current classlist my $classlist = &Apache::loncoursedata::get_classlist(); if (! defined($classlist)) { - $r->print('
'. + $r->print(''. ''. '

'.&mt('There are no students with current/future access to the course.').'

'. '
'."\n"); @@ -4741,7 +4741,7 @@ sub print_drop_menu { $heading = &mt("Drop Students"); } $r->print('

'.$heading.'

'."\n". - '
'."\n"); + ''."\n"); my $classlist = &Apache::loncoursedata::get_classlist(); if (! defined($classlist)) { my $msg = '';