Revision f5863b87
Von Sven Schöling vor mehr als 13 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
332 | 332 |
my @values = map { $_ } @{ $form->{ALL_CURRENCIES} }; |
333 | 333 |
my %labels = map { $_ => $_ } @{ $form->{ALL_CURRENCIES} }; |
334 | 334 |
$form->{currency} = $form->{defaultcurrency} unless $form->{currency}; |
335 |
$TMPL_VAR{show_exchangerate} = $form->{currency} ne $form->{defaultcurrency};
|
|
335 |
$form->{show_exchangerate} = $form->{currency} ne $form->{defaultcurrency};
|
|
336 | 336 |
$TMPL_VAR{currencies} = NTI($::cgi->popup_menu('-name' => 'currency', '-default' => $form->{"currency"}, |
337 | 337 |
'-values' => \@values, '-labels' => \%labels)) if scalar @values; |
338 | 338 |
push @custom_hiddens, "forex"; |
Auch abrufbar als: Unified diff
Wechselkurse werden im footer nicht angezeigt.