--- loncom/interface/lonsupportreq.pm 2014/01/17 17:08:04 1.76 +++ loncom/interface/lonsupportreq.pm 2014/01/17 17:17:42 1.77 @@ -1,5 +1,5 @@ # -# $Id: lonsupportreq.pm,v 1.76 2014/01/17 17:08:04 bisitz Exp $ +# $Id: lonsupportreq.pm,v 1.77 2014/01/17 17:17:42 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -294,11 +294,11 @@ ENDJS } $r->print('
'."\n"); my $output = &Apache::lonhtmlcommon::start_pick_box(). - &Apache::lonhtmlcommon::row_headline(). - ''. - &mt('(All fields marked with * are required.)'). - ''. - &Apache::lonhtmlcommon::row_closure(). +# &Apache::lonhtmlcommon::row_headline(). +# ''. +# &mt('(All fields marked with * are required.)'). +# ''. +# &Apache::lonhtmlcommon::row_closure(). &Apache::lonhtmlcommon::row_title($lt{'name'},undef,$css[$num])."\n"; my $fullname = ''; if ((defined($lastname) && $lastname ne '') && (defined($firstname) && $firstname ne '')) {