Revision e8d9cb90
Von Niclas Zimmermann vor mehr als 11 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
. qq|</td>|;
|
||
my $tax_ddbox = qq|<td>| .
|
||
NTI($cgi->popup_menu('-name' => "taxchart_$i",
|
||
'-id' => "taxchart_$i",
|
||
'-style' => 'width:200px',
|
||
'-values' => \@taxchart_values,
|
||
'-labels' => \%taxchart_labels,
|
||
'-default' => $selected_taxchart))
|
||
'-id' => "taxchart_$i",
|
||
'-style' => 'width:200px',
|
||
'-values' => \@taxchart_values,
|
||
'-labels' => \%taxchart_labels,
|
||
'-default' => $selected_taxchart))
|
||
. qq|</td>|;
|
||
|
||
my ($fx_transaction, $checked);
|
Auch abrufbar als: Unified diff
Entfernt trailing whitespaces