X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fprogress-popup.html;h=a0aa6f5d9feee36761e8a7b7596bd33d2a70bc62;hp=8e2d6760ba62cca6806beeaf4bfd716c54a82cb0;hb=c15c4b8b1afa91049915f77503487e663554938b;hpb=060c42eac1ecf2f376fe806c08a2ac78987cf9a6 diff --git a/httemplate/misc/progress-popup.html b/httemplate/misc/progress-popup.html index 8e2d6760b..a0aa6f5d9 100644 --- a/httemplate/misc/progress-popup.html +++ b/httemplate/misc/progress-popup.html @@ -1,26 +1,16 @@ -% -% my $jobnum = $cgi->param('jobnum'); -% my $url = $cgi->param('url'); -% my $message = $cgi->param('message'); -% my $popup_url = $cgi->param('popup_url'); -% my $formname = scalar($cgi->param('formname')); -% my $error_url = $cgi->param('error_url'); -% - - - - - - - -<% include('/elements/xmlhttp.html', - 'url' => $p.'misc/jsrsServer.html', - 'subs' => [ 'job_status' ], - ) -%> +<& /elements/header-popup.html, { + 'etc' => 'onLoad="refreshStatus()"', + } +&> + +<& /elements/xmlhttp.html, + 'url' => $p.'misc/jsrsServer.html', + 'subs' => [ 'job_status' ], +&> +