X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3d8c8e2fa8dc160248411314e135b21e92332201..b4cc349b:/bin/mozilla/common.pl diff --git a/bin/mozilla/common.pl b/bin/mozilla/common.pl index b03ca4c09..5eb06c9ea 100644 --- a/bin/mozilla/common.pl +++ b/bin/mozilla/common.pl @@ -181,10 +181,9 @@ sub calculate_qty { }, @header_sort; $form->{formel} = $formel; - $form->{title} = $locale->text("Please enter values"); - $form->header(no_layout => 1); - print $form->parse_html_template("generic/calculate_qty", { "HEADER" => \@header, - "VARIABLES" => \@variable, }); + my $html = $form->parse_html_template("generic/calculate_qty", { "HEADER" => \@header, + "VARIABLES" => \@variable, }); + print $::form->ajax_response_header, $html; $main::lxdebug->leave_sub(); }