diff options
Diffstat (limited to 'httemplate/edit/process/quotation_pkg_detail.html')
| -rw-r--r-- | httemplate/edit/process/quotation_pkg_detail.html | 4 |
1 files changed, 2 insertions, 2 deletions
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' &> <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> |
