--- loncom/interface/lonuserutils.pm 2013/12/24 19:15:11 1.160 +++ loncom/interface/lonuserutils.pm 2014/02/05 18:02:15 1.161 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Utility functions for managing LON-CAPA user accounts # -# $Id: lonuserutils.pm,v 1.160 2013/12/24 19:15:11 raeburn Exp $ +# $Id: lonuserutils.pm,v 1.161 2014/02/05 18:02:15 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1013,7 +1013,9 @@ sub print_upload_manager_footer { .&Apache::lonhtmlcommon::row_closure(); } if ($context eq 'course' || $context eq 'domain') { - $Str .= &forceid_change($context); + $Str .= &Apache::lonhtmlcommon::row_title(&mt('Student/Employee ID')) + .&forceid_change($context) + .&Apache::lonhtmlcommon::row_closure(1); # last row in pick_box } $Str .= &Apache::lonhtmlcommon::end_pick_box(); @@ -1078,8 +1080,7 @@ sub get_defaultcredits { sub forceid_change { my ($context) = @_; my $output = - &Apache::lonhtmlcommon::row_title(&mt('Student/Employee ID')) - .''."\n"; } - $output .= &Apache::lonhtmlcommon::row_closure(1); # last row in pick_box return $output; }