Revision 1a39394f
Von Moritz Bunkus vor etwa 17 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
1422 | 1422 |
} |
1423 | 1423 |
|
1424 | 1424 |
$report->set_options('top_info_text' => join("\n", @options), |
1425 |
'raw_bottom_info_text' => $form->parse_html_template('ap/ap_transactions_bottom'), |
|
1425 |
'raw_bottom_info_text' => $form->parse_html_template2('ap/ap_transactions_bottom'),
|
|
1426 | 1426 |
'output_format' => 'HTML', |
1427 | 1427 |
'title' => $form->{title}, |
1428 | 1428 |
'attachment_basename' => $locale->text('invoice_list') . strftime('_%Y%m%d', localtime time), |
Auch abrufbar als: Unified diff
Umstellung der Vorlagen in templates/webpages/common von HTML::Template auf Template.