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/edit/process/cust_pkg_detail.html | |
parent | 15d195400e293c4f6de6ed5dae6df15f66ff5e7b (diff) |
replace FS::CGI::header function with header-popup component, related to #71249
Diffstat (limited to 'httemplate/edit/process/cust_pkg_detail.html')
-rw-r--r-- | httemplate/edit/process/cust_pkg_detail.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/process/cust_pkg_detail.html b/httemplate/edit/process/cust_pkg_detail.html index 25fabd930..c0506dca6 100644 --- a/httemplate/edit/process/cust_pkg_detail.html +++ b/httemplate/edit/process/cust_pkg_detail.html @@ -1,10 +1,10 @@ % if ( $error ) { -<% header('Error') %> +<& /elements/header-popup.html, 'Error' &> <FONT COLOR="#ff0000"><B><% $error |h %></B></FONT><BR><BR> <CENTER><INPUT TYPE="BUTTON" VALUE="OK" onClick="parent.cClick()"></CENTER> </BODY></HTML> % } else { -<% header($action) %> +<& /elements/header-popup.html, $action &> <SCRIPT TYPE="text/javascript"> topreload(); </SCRIPT> |