From 4d5e45b24200386a7fc47f2cd69949e82e4bc9c3 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 15 Sep 2016 13:11:55 -0700 Subject: replace FS::CGI::header function with header-popup component, related to #71249 --- httemplate/misc/process/bulk_pkg_increment_bill.cgi | 2 +- httemplate/misc/process/cancel_pkg.html | 2 +- httemplate/misc/process/change_pkg_contact.html | 2 +- httemplate/misc/process/delay_susp_pkg.html | 2 +- httemplate/misc/process/recharge_svc.html | 2 +- httemplate/misc/process/recharge_svc.new | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'httemplate/misc/process') diff --git a/httemplate/misc/process/bulk_pkg_increment_bill.cgi b/httemplate/misc/process/bulk_pkg_increment_bill.cgi index 8da849508..d89f49120 100755 --- a/httemplate/misc/process/bulk_pkg_increment_bill.cgi +++ b/httemplate/misc/process/bulk_pkg_increment_bill.cgi @@ -2,7 +2,7 @@ % $cgi->param('error', $error); <% $cgi->redirect(popurl(2). 'bulk_pkg_increment_bill.cgi?'. $cgi->query_string ) %> %} else { -<% header('Packages Adjusted') %> +<& /elements/header-popup.html, 'Packages Adjusted' &> diff --git a/httemplate/misc/process/cancel_pkg.html b/httemplate/misc/process/cancel_pkg.html index 46ba06a6d..b8be27113 100755 --- a/httemplate/misc/process/cancel_pkg.html +++ b/httemplate/misc/process/cancel_pkg.html @@ -1,4 +1,4 @@ -<% header(emt("Package $past_method")) %> +<& /elements/header-popup.html, emt("Package $past_method") &> diff --git a/httemplate/misc/process/change_pkg_contact.html b/httemplate/misc/process/change_pkg_contact.html index 5bf896200..fdd42c236 100644 --- a/httemplate/misc/process/change_pkg_contact.html +++ b/httemplate/misc/process/change_pkg_contact.html @@ -1,4 +1,4 @@ -<% header(emt("Package contact $past_method")) %> +<& /elements/header-popup.html, emt("Package contact $past_method") &> diff --git a/httemplate/misc/process/delay_susp_pkg.html b/httemplate/misc/process/delay_susp_pkg.html index 15a3c963c..006465ca7 100755 --- a/httemplate/misc/process/delay_susp_pkg.html +++ b/httemplate/misc/process/delay_susp_pkg.html @@ -1,4 +1,4 @@ -<% header($msg) %> +<& /elements/header-popup.html, $msg &> diff --git a/httemplate/misc/process/recharge_svc.html b/httemplate/misc/process/recharge_svc.html index 88a1f7f36..b8969a6e5 100755 --- a/httemplate/misc/process/recharge_svc.html +++ b/httemplate/misc/process/recharge_svc.html @@ -2,7 +2,7 @@ % $cgi->param('error', $error); <% $cgi->redirect(popurl(2). "recharge_svc.html?". $cgi->query_string ) %> %} else { -<% header("Package recharged") %> +<& /elements/header-popup.html, "Package recharged" &> diff --git a/httemplate/misc/process/recharge_svc.new b/httemplate/misc/process/recharge_svc.new index bc916e5da..b73a76fb1 100755 --- a/httemplate/misc/process/recharge_svc.new +++ b/httemplate/misc/process/recharge_svc.new @@ -75,7 +75,7 @@ %} %$dbh->commit or die $dbh->errstr if $oldAutoCommit; % -<% header("Package recharged") %> +<& /elements/header-popup.html, "Package recharged" &> -- cgit v1.2.1