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/elements/ApplicationCommon.html | |
| parent | 1eaaba954219aea4deb90cbde0de052d07962d54 (diff) | |
replace FS::CGI::header function with header-popup component, related to #71249
Diffstat (limited to 'httemplate/edit/process/elements/ApplicationCommon.html')
| -rw-r--r-- | httemplate/edit/process/elements/ApplicationCommon.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/elements/ApplicationCommon.html b/httemplate/edit/process/elements/ApplicationCommon.html index 67fa89196..ea2462aed 100644 --- a/httemplate/edit/process/elements/ApplicationCommon.html +++ b/httemplate/edit/process/elements/ApplicationCommon.html @@ -24,7 +24,7 @@ Examples: % my $query = $m->scomp('/elements/create_uri_query'); <% $cgi->redirect(popurl(2). $opt{error_redirect}. "?$query") %> %} else { -<% header("$src_thing application$to sucessful") %> +<& /elements/header-popup.html, "$src_thing application$to sucessful" &> <SCRIPT TYPE="text/javascript"> topreload(); </SCRIPT> |
