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:13:38 -0700 |
| commit | def740e695b1eb4a0bae3b55a8158a042cf8d7d6 (patch) | |
| tree | 062731e303bcae18e2177c71784913c8a79a55ef /httemplate/edit/process/cust_main_attach.cgi | |
| parent | 1eaaba954219aea4deb90cbde0de052d07962d54 (diff) | |
replace FS::CGI::header function with header-popup component, related to #71249
Diffstat (limited to 'httemplate/edit/process/cust_main_attach.cgi')
| -rw-r--r-- | httemplate/edit/process/cust_main_attach.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/cust_main_attach.cgi b/httemplate/edit/process/cust_main_attach.cgi index 569500246..2935d68a0 100644 --- a/httemplate/edit/process/cust_main_attach.cgi +++ b/httemplate/edit/process/cust_main_attach.cgi @@ -7,7 +7,7 @@ % $act = 'purged' if($attachnum and $purge); % $act = 'undeleted' if($attachnum and $undelete); % $act = 'deleted' if($attachnum and $delete); -<% header('Attachment ' . $act ) %> +<& /elements/header-popup.html, 'Attachment ' . $act &> <SCRIPT TYPE="text/javascript"> topreload(); </SCRIPT> |
