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