Revision 178cd800
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
367 | 367 |
qq|<td align="right"><input name="qty_$i" size="5" value="| |
368 | 368 |
. $form->format_amount(\%myconfig, $form->{"qty_$i"}, $qty_dec) .qq|">|; |
369 | 369 |
if ($form->{"formel_$i"}) { |
370 |
$column_data{qty} .= qq|<button type="button" onclick="calculate_qty_selection_window('qty_$i','alu_$i', 'formel_$i', $i)">| . $locale->text('*/') . qq|</button>| .
|
|
371 |
$cgi->hidden("-name" => "formel_$i", "-value" => $form->{"formel_$i"}) . $cgi->hidden("-name" => "alu_$i", "-value" => $form->{"alu_$i"}). qq|</td>|;
|
|
370 |
$column_data{qty} .= qq|<button type="button" onclick="calculate_qty_selection_window('qty_$i','alu_$i', 'formel_$i', $i)">| . $locale->text('*/') . qq|</button>|
|
|
371 |
. $cgi->hidden("-name" => "formel_$i", "-value" => $form->{"formel_$i"}) . $cgi->hidden("-name" => "alu_$i", "-value" => $form->{"alu_$i"});
|
|
372 | 372 |
} |
373 |
$column_data{qty} .= qq|</td>|; |
|
373 | 374 |
$column_data{ship} = |
374 | 375 |
qq|<td align="right"><input name="ship_$i" size=5 value="| |
375 | 376 |
. $form->format_amount(\%myconfig, $form->{"ship_$i"}) |
Auch abrufbar als: Unified diff
HTML-Formatierung berichtig.