--- loncom/interface/loncreateuser.pm 2016/11/09 16:35:46 1.418 +++ loncom/interface/loncreateuser.pm 2016/11/11 02:09:55 1.419 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.418 2016/11/09 16:35:46 raeburn Exp $ +# $Id: loncreateuser.pm,v 1.419 2016/11/11 02:09:55 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -429,7 +429,7 @@ sub build_tools_display { ''; } $output .= ' '.$custom_access.(' 'x4). - $lt{'avai'}.': '.$currdisp.''."\n"; + $lt{'avai'}.': '.$currdisp.''."\n". &Apache::loncommon::end_data_table_row()."\n"; unless (&Apache::lonnet::allowed('udp',$ccdomain)) { $output .= @@ -1899,7 +1899,6 @@ sub display_existing_roles { } } if ($area=~m{^/($match_domain/$match_courseid/(\w+))}) { - $csec = $2; $carea.='
'.&mt('Section: [_1]',$csec); $sortkey.="\0$csec"; @@ -2058,14 +2057,14 @@ sub display_existing_roles { &Apache::loncommon::start_data_table_header_row()); if ($showall) { $r->print( -''.$lt{'rev'}.''.$lt{'ren'}.''.$lt{'del'} +''.$lt{'rev'}.''.$lt{'ren'}.''.$lt{'del'}.'' ); } elsif ($showexpired) { $r->print(''.$lt{'rev'}.''); } $r->print( -''.$lt{'rol'}.''.$lt{'ext'}. -''.$lt{'sta'}.''.$lt{'end'}.''. +''.$lt{'rol'}.''.$lt{'ext'}.''. +''.$lt{'sta'}.''.$lt{'end'}.''. &Apache::loncommon::end_data_table_header_row()); foreach my $type ('Authoring Space','Course','Community','Domain','System','Unknown') { if ($output{$type}) { @@ -6096,15 +6095,15 @@ ENDSCRIPT } if ($registered) { $regon = ' checked="checked" '; - $regoff = ' '; + $regoff = ''; } else { - $regon = ' '; + $regon = ''; $regoff = ' checked="checked" '; } $output .= '  '; } elsif ($item eq 'enroll_dates') { my ($starttime,$endtime);