Revision 6770b19a
Von Bernd Bleßmann vor mehr als 6 Jahren hinzugefügt
bin/mozilla/common.pl | ||
---|---|---|
181 | 181 |
}, @header_sort; |
182 | 182 |
|
183 | 183 |
$form->{formel} = $formel; |
184 |
$form->{title} = $locale->text("Please enter values"); |
|
185 |
$form->header(no_layout => 1); |
|
186 |
print $form->parse_html_template("generic/calculate_qty", { "HEADER" => \@header, |
|
187 |
"VARIABLES" => \@variable, }); |
|
184 |
my $html = $form->parse_html_template("generic/calculate_qty", { "HEADER" => \@header, |
|
185 |
"VARIABLES" => \@variable, }); |
|
186 |
print $::form->ajax_response_header, $html; |
|
188 | 187 |
|
189 | 188 |
$main::lxdebug->leave_sub(); |
190 | 189 |
} |
Auch abrufbar als: Unified diff
calculate_qty (Formel): auf Dialog umgestellt