Revision bfcc910a
Von Moritz Bunkus vor etwa 17 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
627 | 627 |
. '</span></p> '; |
628 | 628 |
} |
629 | 629 |
|
630 |
$raw_bottom_info_text .= $form->parse_html_template('gl/generate_report_bottom'); |
|
630 |
$raw_bottom_info_text .= $form->parse_html_template2('gl/generate_report_bottom');
|
|
631 | 631 |
|
632 | 632 |
$report->set_options('raw_bottom_info_text' => $raw_bottom_info_text); |
633 | 633 |
|
Auch abrufbar als: Unified diff
Umstellung der HTML-Vorlagen aus templates/webpages/gl von HTML::Template auf Template.