From 4d5e45b24200386a7fc47f2cd69949e82e4bc9c3 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 15 Sep 2016 13:11:55 -0700 Subject: replace FS::CGI::header function with header-popup component, related to #71249 --- httemplate/edit/process/quotation_pkg_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httemplate/edit/process/quotation_pkg_detail.html') diff --git a/httemplate/edit/process/quotation_pkg_detail.html b/httemplate/edit/process/quotation_pkg_detail.html index 5728832b2..c1f9b2b19 100644 --- a/httemplate/edit/process/quotation_pkg_detail.html +++ b/httemplate/edit/process/quotation_pkg_detail.html @@ -1,10 +1,10 @@ % if ( $error ) { -<% header('Error') %> +<& /elements/header-popup.html, 'Error' &> <% $error |h %>

% } else { -<% header($action) %> +<& /elements/header-popup.html, $action &> -- cgit v1.2.1