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}; |
bin/mozilla/is.pl | ||
---|---|---|
369 | 369 |
%labels = (); |
370 | 370 |
@values = (); |
371 | 371 |
foreach my $item (@{ $form->{"ALL_CURRENCIES"} }) { |
372 |
push(@values, $item->{"currency"});
|
|
373 |
$labels{$item->{"currency"}} = $item->{"currency"};
|
|
372 |
push(@values, $item); |
|
373 |
$labels{$item} = $item;
|
|
374 | 374 |
} |
375 | 375 |
|
376 | 376 |
$form->{currency} = $form->{defaultcurrency} unless $form->{currency}; |
bin/mozilla/oe.pl | ||
---|---|---|
502 | 502 |
|
503 | 503 |
%labels = (); |
504 | 504 |
@values = (); |
505 |
my $i = 0; |
|
505 | 506 |
foreach my $item (@{ $form->{"ALL_CURRENCIES"} }) { |
506 |
push(@values, $item->{"currency"});
|
|
507 |
$labels{$item->{"currency"}} = $item->{"currency"};
|
|
507 |
push(@values, $item); |
|
508 |
$labels{$item} = $item;
|
|
508 | 509 |
} |
509 | 510 |
|
510 | 511 |
$form->{currency} = $form->{defaultcurrency} unless $form->{currency}; |
Auch abrufbar als: Unified diff
currencies-popup angepasst