Revision 861b9e38
Von Moritz Bunkus vor fast 17 Jahren hinzugefügt
bin/mozilla/rp.pl | ||
---|---|---|
1419 | 1419 |
$report->set_options('output_format' => 'HTML', |
1420 | 1420 |
'title' => $form->{title}, |
1421 | 1421 |
'attachment_basename' => $attachment_basename . strftime('_%Y%m%d', localtime time), |
1422 |
'html_template' => 'report_generator/html_report_susa',
|
|
1423 |
'pdf_template' => 'report_generator/html_report_susa',
|
|
1422 |
'html_template' => 'rp/html_report_susa',
|
|
1423 |
'pdf_template' => 'rp/html_report_susa',
|
|
1424 | 1424 |
); |
1425 | 1425 |
$report->set_options_from_form(); |
1426 | 1426 |
|
Auch abrufbar als: Unified diff
Die beiden Templates wurden verschoben.