From d6216f073a9a729d3265741d3aea4f4ade1c6a7f Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 11 Nov 2016 13:13:17 -0800 Subject: UX: acknowledge bill now instead of silently redirecting --- httemplate/misc/progress-popup.html | 61 +++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 33 deletions(-) (limited to 'httemplate/misc/progress-popup.html') diff --git a/httemplate/misc/progress-popup.html b/httemplate/misc/progress-popup.html index 8e2d6760b..9964bcc02 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' ], +&> +