X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1ced937cc8cd25ca7a49e543b8a4e81f7b0f040e..9aaca43317d3ea33d80a308cab7ce4c20d732a16:/bin/mozilla/ic.pl diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index 4b563e6b0..e5878fdfa 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -1700,7 +1700,7 @@ sub generate_report { ); $report->set_options('top_info_text' => $locale->text('Options') . ': ' . join(', ', grep $_, @options), - 'raw_bottom_info_text' => $form->parse_html_template2('ic/generate_report_bottom'), + 'raw_bottom_info_text' => $form->parse_html_template('ic/generate_report_bottom'), 'output_format' => 'HTML', 'title' => $form->{title}, 'attachment_basename' => $attachment_basenames{$form->{searchitems}} . strftime('_%Y%m%d', localtime time), @@ -3101,9 +3101,9 @@ sub parts_language_selection { $form->{"title"} = $locale->text("Language Values"); $form->header(); - print $form->parse_html_template2("ic/parts_language_selection", { "HEADER" => \@header, - "LANGUAGES" => $languages, - "onload" => $onload }); + print $form->parse_html_template("ic/parts_language_selection", { "HEADER" => \@header, + "LANGUAGES" => $languages, + "onload" => $onload }); $lxdebug->leave_sub(); }