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/qual.cgi | |
parent | 15d195400e293c4f6de6ed5dae6df15f66ff5e7b (diff) |
replace FS::CGI::header function with header-popup component, related to #71249
Diffstat (limited to 'httemplate/edit/process/qual.cgi')
-rw-r--r-- | httemplate/edit/process/qual.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/qual.cgi b/httemplate/edit/process/qual.cgi index dd8d00b11..21516542c 100644 --- a/httemplate/edit/process/qual.cgi +++ b/httemplate/edit/process/qual.cgi @@ -2,7 +2,7 @@ % $cgi->param('error', $error); <% $cgi->redirect(popurl(3). 'misc/qual.html?'. $cgi->query_string ) %> %} else { -<% header('Qualification entered') %> +<& /elements/header-popup.html, 'Qualification entered' &> <SCRIPT TYPE="text/javascript"> window.top.location = '<% popurl(3).'view/qual.cgi?qualnum='. $qual->qualnum %>'; </SCRIPT> |