--- loncom/interface/loncreateuser.pm 2013/07/03 04:04:13 1.379 +++ loncom/interface/loncreateuser.pm 2013/07/15 16:13:21 1.380 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.379 2013/07/03 04:04:13 raeburn Exp $ +# $Id: loncreateuser.pm,v 1.380 2013/07/15 16:13:21 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -988,7 +988,7 @@ ENDSCRIPT $r->print(''); } } - $r->print('
'. + $r->print(''. &Apache::loncommon::start_data_table()."\n". &Apache::loncommon::start_data_table_header_row()."\n". ' '."\n"); @@ -4124,7 +4124,7 @@ sub custom_role_editor { $r->print('
'); $r->print(< + ENDCCF @@ -4320,8 +4320,13 @@ sub set_custom_role { $env{'user.name'}, $rolename,undef,undef,undef,$context)); } - $r->print('

'.&mt('Create or edit another custom role').'

'); - $r->print(&Apache::lonhtmlcommon::echo_form_input([]).''); + $r->print( + '

' + .&mt('Create or edit another custom role') + .'

' + .'
' + .&Apache::lonhtmlcommon::echo_form_input([]).'
' + ); } # ================================================================ Main Handler