X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b9882bee823f393f2071c790c1d73407c7d8ea51..1a39394f99bd1a1870fe148cadfe52942096a802:/bin/mozilla/common.pl diff --git a/bin/mozilla/common.pl b/bin/mozilla/common.pl index dfecb2878..e9a824178 100644 --- a/bin/mozilla/common.pl +++ b/bin/mozilla/common.pl @@ -514,7 +514,7 @@ sub show_history { $form->{title} = $locale->text("History"); $form->header(); - print $form->parse_html_template( "common/show_history", { + print $form->parse_html_template2( "common/show_history", { "DATEN" => $form->get_history($dbh,$form->{input_name},"",$form->{order}), "SUCCESS" => ($form->get_history($dbh,$form->{input_name}) ne "0"), uc($sort) => 1, @@ -559,8 +559,8 @@ sub show_vc_details { $form->{title} = $form->{vc} eq "customer" ? $locale->text("Customer details") : $locale->text("Vendor details"); $form->header(); - print($form->parse_html_template("common/show_vc_details", - { "is_customer" => $form->{vc} eq "customer" })); + print($form->parse_html_template2("common/show_vc_details", + { "is_customer" => $form->{vc} eq "customer" })); $lxdebug->leave_sub(); }