--- loncom/auth/lonroles.pm 2017/03/14 03:40:23 1.329 +++ loncom/auth/lonroles.pm 2017/05/19 19:20:42 1.330 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.329 2017/03/14 03:40:23 raeburn Exp $ +# $Id: lonroles.pm,v 1.330 2017/05/19 19:20:42 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2065,9 +2065,9 @@ sub adhoc_roles_row { my ($dcdom,$rowtype) = @_; my $output = &Apache::loncommon::continue_data_table_row() .' ' - .&mt('[_1]Ad hoc[_2] roles in domain [_3] --' + .&mt('[_1]Ad hoc[_2] roles in domain [_3]' ,'','',$dcdom) - .' '; + .' -- '; my $role = 'cc'; my $selectcclink = &courselink($dcdom,$rowtype,$role); my $ccrole = &Apache::lonnet::plaintext('co',undef,undef,1);