Revision cfcb9713
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
bin/mozilla/do.pl | ||
---|---|---|
658 | 658 |
|
659 | 659 |
$report->set_options('top_info_text' => join("\n", @options), |
660 | 660 |
'raw_top_info_text' => $form->parse_html_template('do/orders_top'), |
661 |
'raw_bottom_info_text' => $form->parse_html_template('do/orders_bottom', |
|
662 |
{ |
|
663 |
print_options => print_options(inline => 1,hide_language_id => 1), |
|
664 |
}), |
|
661 |
'raw_bottom_info_text' => $form->parse_html_template('do/orders_bottom', { print_options => print_options(inline => 1,hide_language_id => 1) }), |
|
665 | 662 |
'output_format' => 'HTML', |
666 | 663 |
'title' => $form->{title}, |
667 | 664 |
'attachment_basename' => $attachment_basename . strftime('_%Y%m%d', localtime time), |
Auch abrufbar als: Unified diff
do.pl: völlig unverständliche Formatierung gefixt
Kam durch Dateiverwaltung herein.