Revision 9aaca433
Von Moritz Bunkus vor etwa 17 Jahren hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
80 | 80 |
$form->{fokus} = 'Form.name'; |
81 | 81 |
|
82 | 82 |
$form->header(); |
83 |
print $form->parse_html_template2('ct/search');
|
|
83 |
print $form->parse_html_template('ct/search'); |
|
84 | 84 |
|
85 | 85 |
$lxdebug->leave_sub(); |
86 | 86 |
} |
... | ... | |
163 | 163 |
my $report = SL::ReportGenerator->new(\%myconfig, $form); |
164 | 164 |
|
165 | 165 |
$report->set_options('top_info_text' => join("\n", @options), |
166 |
'raw_bottom_info_text' => $form->parse_html_template2('ct/list_names_bottom'),
|
|
166 |
'raw_bottom_info_text' => $form->parse_html_template('ct/list_names_bottom'), |
|
167 | 167 |
'output_format' => 'HTML', |
168 | 168 |
'title' => $form->{title}, |
169 | 169 |
'attachment_basename' => $attachment_basename . strftime('_%Y%m%d', localtime time), |
Auch abrufbar als: Unified diff
Die Funktion Form::parse_html_template2() in Form::parse_html_template() umbenannt (letztere wurde in Revision 2923 entfernt).