Revision 2a5030b2
Von Sven Schöling vor mehr als 16 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
471 | 471 |
is_pur_ord => scalar ($form->{type} =~ /purchase_order$/), |
472 | 472 |
); |
473 | 473 |
|
474 |
print $form->parse_html_template("oe/orders_header", { %TMPL_VAR });
|
|
474 |
print $form->parse_html_template("oe/form_header", { %TMPL_VAR });
|
|
475 | 475 |
|
476 | 476 |
$lxdebug->leave_sub(); |
477 | 477 |
} |
... | ... | |
530 | 530 |
|
531 | 531 |
$form->{oldinvtotal} = $form->{invtotal}; |
532 | 532 |
|
533 |
print $form->parse_html_template("oe/orders_footer", {
|
|
533 |
print $form->parse_html_template("oe/form_footer", {
|
|
534 | 534 |
%TMPL_VAR, |
535 | 535 |
webdav => $webdav, |
536 | 536 |
print_options => print_options(inline => 1), |
Auch abrufbar als: Unified diff
Refactoring.
Angleichung der Templatenamen in OE an das allgemeine Namensschema.