diff options
author | Mark Wells <mark@freeside.biz> | 2016-09-15 13:11:55 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-09-15 13:11:55 -0700 |
commit | 4d5e45b24200386a7fc47f2cd69949e82e4bc9c3 (patch) | |
tree | 7462dc5c4cdc21d27e2f829472278de78522ece4 /httemplate/misc/process/cancel_pkg.html | |
parent | 15d195400e293c4f6de6ed5dae6df15f66ff5e7b (diff) |
replace FS::CGI::header function with header-popup component, related to #71249
Diffstat (limited to 'httemplate/misc/process/cancel_pkg.html')
-rwxr-xr-x | httemplate/misc/process/cancel_pkg.html | 2 |
1 files changed, 1 insertions, 1 deletions
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") &> <SCRIPT TYPE="text/javascript"> topreload(); </SCRIPT> |