--- loncom/interface/lonsupportreq.pm 2013/11/26 03:17:06 1.74 +++ loncom/interface/lonsupportreq.pm 2014/01/17 17:17:42 1.77 @@ -1,5 +1,5 @@ # -# $Id: lonsupportreq.pm,v 1.74 2013/11/26 03:17:06 raeburn Exp $ +# $Id: lonsupportreq.pm,v 1.77 2014/01/17 17:17:42 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -294,6 +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_title($lt{'name'},undef,$css[$num])."\n"; my $fullname = ''; if ((defined($lastname) && $lastname ne '') && (defined($firstname) && $firstname ne '')) { @@ -555,9 +560,14 @@ sub print_request_receipt { if ($r->uri eq '/adm/helpdesk') { &print_header($r,$url,'process'); } - $r->print('

'.&mt('Support request failed').'

'. - ''. - &mt('Validation of the code you entered failed.'). + $r->print( + '

'.&mt('Support request failed').'

'. + &Apache::lonhtmlcommon::confirm_success( + &mt('Validation of the code you entered failed.'),1). + '

'. + &Apache::lonhtmlcommon::actionbox([ + &mt('[_1]Go back[_2] and try again', + '','')]). &Apache::loncommon::end_page()); return; } @@ -1000,10 +1010,11 @@ END $r->print(<<"END"); $reviewtext - $lt{'ifyo'}
-$lt{'stud'}: -$stuwarn $lt{'cont'} -

+ $lt{'ifyo'} +

+$lt{'stud'}: +$stuwarn $lt{'cont'} +


END