Revision 421d94f7
Von Moritz Bunkus vor etwa 17 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
1087 | 1087 |
} |
1088 | 1088 |
|
1089 | 1089 |
$report->set_options('top_info_text' => join("\n", @options), |
1090 |
'raw_top_info_text' => $form->parse_html_template('oe/orders_top'), |
|
1091 |
'raw_bottom_info_text' => $form->parse_html_template('oe/orders_bottom', { 'SHOW_CONTINUE_BUTTON' => $allow_multiple_orders }), |
|
1090 |
'raw_top_info_text' => $form->parse_html_template2('oe/orders_top'),
|
|
1091 |
'raw_bottom_info_text' => $form->parse_html_template2('oe/orders_bottom', { 'SHOW_CONTINUE_BUTTON' => $allow_multiple_orders }),
|
|
1092 | 1092 |
'output_format' => 'HTML', |
1093 | 1093 |
'title' => $form->{title}, |
1094 | 1094 |
'attachment_basename' => $attachment_basename . strftime('_%Y%m%d', localtime time), |
... | ... | |
1840 | 1840 |
$form->{VARIABLES} = [ map { { "key" => $_, "value" => $form->{$_} } } grep { ref $_ eq "" } keys %{ $form } ]; |
1841 | 1841 |
|
1842 | 1842 |
$form->header(); |
1843 |
print $form->parse_html_template("oe/check_for_direct_delivery"); |
|
1843 |
print $form->parse_html_template2("oe/check_for_direct_delivery");
|
|
1844 | 1844 |
|
1845 | 1845 |
$lxdebug->leave_sub(); |
1846 | 1846 |
|
Auch abrufbar als: Unified diff
Umstellung einiger Vorlagen von HTML::Template auf Template.