Diff for /loncom/interface/lonsupportreq.pm between versions 1.74 and 1.75

version 1.74, 2013/11/26 03:17:06 version 1.75, 2014/01/15 18:48:35
Line 555  sub print_request_receipt { Line 555  sub print_request_receipt {
             if ($r->uri eq '/adm/helpdesk') {              if ($r->uri eq '/adm/helpdesk') {
                 &print_header($r,$url,'process');                  &print_header($r,$url,'process');
             }              }
             $r->print('<h3>'.&mt('Support request failed').'</h3>'.              $r->print(
                       '<span class="LC_error">'.                  '<h2>'.&mt('Support request failed').'</h2>'.
                       &mt('Validation of the code you entered failed.').                        &Apache::lonhtmlcommon::confirm_success(
                           &mt('Validation of the code you entered failed.'),1).
                   '<br /><br />'.
                   &Apache::lonhtmlcommon::actionbox([
                       &mt('[_1]Go back[_2] and try again',
                           '<a href="javascript:history.go(-1)">','</a>')]).
                       &Apache::loncommon::end_page());                        &Apache::loncommon::end_page());
             return;              return;
         }          }

Removed from v.1.74  
changed lines
  Added in v.1.75


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>