From 1d027d8883ed6b13cf6c78b95b3493acc1fb715f Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 1 Nov 2007 10:38:19 +0000 Subject: [PATCH] Umstellung der HTML-Vorlagen aus templates/webpages/rp von HTML::Template auf Template. --- bin/mozilla/rp.pl | 6 ++--- templates/webpages/rp/aging_ar_bottom_de.html | 22 +++++++++---------- .../webpages/rp/aging_ar_bottom_master.html | 22 +++++++++---------- 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/bin/mozilla/rp.pl b/bin/mozilla/rp.pl index 1a2999bde..a6294f26a 100644 --- a/bin/mozilla/rp.pl +++ b/bin/mozilla/rp.pl @@ -1441,9 +1441,9 @@ sub aging { $report->add_data(create_aging_subtotal_row(\%totals, \@columns, \@periods, 'listtotal')); if ($form->{arap} eq 'ar') { - $raw_top_info_text = $form->parse_html_template('rp/aging_ar_top'); - $raw_bottom_info_text = $form->parse_html_template('rp/aging_ar_bottom', { 'row_idx' => $row_idx, - 'PRINT_OPTIONS' => print_options(inline => 1), }); + $raw_top_info_text = $form->parse_html_template2('rp/aging_ar_top'); + $raw_bottom_info_text = $form->parse_html_template2('rp/aging_ar_bottom', { 'row_idx' => $row_idx, + 'PRINT_OPTIONS' => print_options(inline => 1), }); $report->set_options('raw_top_info_text' => $raw_top_info_text, 'raw_bottom_info_text' => $raw_bottom_info_text); } diff --git a/templates/webpages/rp/aging_ar_bottom_de.html b/templates/webpages/rp/aging_ar_bottom_de.html index 6360b77a9..903cda966 100644 --- a/templates/webpages/rp/aging_ar_bottom_de.html +++ b/templates/webpages/rp/aging_ar_bottom_de.html @@ -1,17 +1,17 @@ - +[% USE HTML %] - + [% PRINT_OPTIONS %] - - - - - - - + + + + + + + - - + + Sammelrechnung
diff --git a/templates/webpages/rp/aging_ar_bottom_master.html b/templates/webpages/rp/aging_ar_bottom_master.html index 2e9849760..573640611 100644 --- a/templates/webpages/rp/aging_ar_bottom_master.html +++ b/templates/webpages/rp/aging_ar_bottom_master.html @@ -1,17 +1,17 @@ - +[% USE HTML %] - + [% PRINT_OPTIONS %] - - - - - - - + + + + + + + - - + + Statement
-- 2.20.1