--- loncom/interface/lonsupportreq.pm 2013/11/26 03:17:06 1.74 +++ loncom/interface/lonsupportreq.pm 2014/01/15 18:48:35 1.75 @@ -1,5 +1,5 @@ # -# $Id: lonsupportreq.pm,v 1.74 2013/11/26 03:17:06 raeburn Exp $ +# $Id: lonsupportreq.pm,v 1.75 2014/01/15 18:48:35 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -555,9 +555,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; }