Revision 01a6bf1b
Von Thomas Kasulke vor mehr als 17 Jahren hinzugefügt
bin/mozilla/ir.pl | ||
---|---|---|
301 | 301 |
|
302 | 302 |
%labels = (); |
303 | 303 |
@values = (); |
304 |
my $i = 0; |
|
304 | 305 |
foreach my $item (@{ $form->{"ALL_CURRENCIES"} }) { |
305 |
push(@values, $item->{"currency"});
|
|
306 |
$labels{$item->{"currency"}} = $item->{"currency"};
|
|
306 |
push(@values, $item); |
|
307 |
$labels{$item} = $item;
|
|
307 | 308 |
} |
308 | 309 |
|
309 | 310 |
$form->{currency} = $form->{defaultcurrency} unless $form->{currency}; |
Auch abrufbar als: Unified diff
currencies-popup angepasst