Revision 79d30e2e
Von Moritz Bunkus vor etwa 17 Jahren hinzugefügt
bin/mozilla/dn.pl | ||
---|---|---|
96 | 96 |
$form->{fokus} = "search.customer"; |
97 | 97 |
$form->header(); |
98 | 98 |
|
99 |
print $form->parse_html_template("dunning/add"); |
|
99 |
print $form->parse_html_template2("dunning/add");
|
|
100 | 100 |
|
101 | 101 |
$lxdebug->leave_sub(); |
102 | 102 |
} |
... | ... | |
131 | 131 |
'no_opendocument' => 1,); |
132 | 132 |
|
133 | 133 |
$form->header(); |
134 |
print $form->parse_html_template("dunning/show_invoices"); |
|
134 |
print $form->parse_html_template2("dunning/show_invoices");
|
|
135 | 135 |
|
136 | 136 |
$lxdebug->leave_sub(); |
137 | 137 |
} |
... | ... | |
233 | 233 |
|
234 | 234 |
$form->{"title"} = $locale->text("Set eMail text"); |
235 | 235 |
$form->header(); |
236 |
print($form->parse_html_template("dunning/set_email")); |
|
236 |
print($form->parse_html_template2("dunning/set_email"));
|
|
237 | 237 |
|
238 | 238 |
$lxdebug->leave_sub(); |
239 | 239 |
} |
... | ... | |
260 | 260 |
. qq|;setupDateFormat('|. $myconfig{dateformat} .qq|', '|. $locale->text("Falsches Datumsformat!") .qq|')| |
261 | 261 |
. qq|;setupPoints('|. $myconfig{numberformat} .qq|', '|. $locale->text("wrongformat") .qq|')|; |
262 | 262 |
|
263 |
print $form->parse_html_template("dunning/search"); |
|
263 |
print $form->parse_html_template2("dunning/search");
|
|
264 | 264 |
|
265 | 265 |
$lxdebug->leave_sub(); |
266 | 266 |
|
... | ... | |
361 | 361 |
|
362 | 362 |
$report->add_data($current_dunning_rows) if (scalar @{ $current_dunning_rows }); |
363 | 363 |
|
364 |
$report->set_options('raw_top_info_text' => $form->parse_html_template('dunning/show_dunning_top'), |
|
365 |
'raw_bottom_info_text' => $form->parse_html_template('dunning/show_dunning_bottom'), |
|
364 |
$report->set_options('raw_top_info_text' => $form->parse_html_template2('dunning/show_dunning_top'),
|
|
365 |
'raw_bottom_info_text' => $form->parse_html_template2('dunning/show_dunning_bottom'),
|
|
366 | 366 |
'output_format' => 'HTML', |
367 | 367 |
'attachment_basename' => $locale->text('dunning_list') . strftime('_%Y%m%d', localtime time), |
368 | 368 |
); |
Auch abrufbar als: Unified diff
Umstellung der Vorlagen aus templates/webpages/dunning von HTML::Template auf Template.