Revision 83cc6a5b
Von Moritz Bunkus vor etwa 17 Jahren hinzugefügt
bin/mozilla/common.pl | ||
---|---|---|
395 | 395 |
$form->{formel} = $formel; |
396 | 396 |
$form->{"title"} = $locale->text("Please enter values"); |
397 | 397 |
$form->header(); |
398 |
print($form->parse_html_template("generic/calculate_qty", { "HEADER" => \@header,
|
|
399 |
"VARIABLES" => \@variable,
|
|
400 |
"onload" => $onload }));
|
|
398 |
print($form->parse_html_template2("generic/calculate_qty", { "HEADER" => \@header,
|
|
399 |
"VARIABLES" => \@variable, |
|
400 |
"onload" => $onload }));
|
|
401 | 401 |
|
402 | 402 |
$lxdebug->leave_sub(); |
403 | 403 |
} |
Auch abrufbar als: Unified diff
Umstellung einiger Vorlagen aus templates/webpages/generic von HTML::Template auf Template. Die Vorlagen calculate_alu* werden gar nicht benutzt und deswegen entfernt.