Revision 9aaca433
Von Moritz Bunkus vor etwa 17 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
1700 | 1700 |
); |
1701 | 1701 |
|
1702 | 1702 |
$report->set_options('top_info_text' => $locale->text('Options') . ': ' . join(', ', grep $_, @options), |
1703 |
'raw_bottom_info_text' => $form->parse_html_template2('ic/generate_report_bottom'),
|
|
1703 |
'raw_bottom_info_text' => $form->parse_html_template('ic/generate_report_bottom'), |
|
1704 | 1704 |
'output_format' => 'HTML', |
1705 | 1705 |
'title' => $form->{title}, |
1706 | 1706 |
'attachment_basename' => $attachment_basenames{$form->{searchitems}} . strftime('_%Y%m%d', localtime time), |
... | ... | |
3101 | 3101 |
|
3102 | 3102 |
$form->{"title"} = $locale->text("Language Values"); |
3103 | 3103 |
$form->header(); |
3104 |
print $form->parse_html_template2("ic/parts_language_selection", { "HEADER" => \@header,
|
|
3105 |
"LANGUAGES" => $languages,
|
|
3106 |
"onload" => $onload });
|
|
3104 |
print $form->parse_html_template("ic/parts_language_selection", { "HEADER" => \@header, |
|
3105 |
"LANGUAGES" => $languages, |
|
3106 |
"onload" => $onload }); |
|
3107 | 3107 |
|
3108 | 3108 |
$lxdebug->leave_sub(); |
3109 | 3109 |
} |
Auch abrufbar als: Unified diff
Die Funktion Form::parse_html_template2() in Form::parse_html_template() umbenannt (letztere wurde in Revision 2923 entfernt).