Revision bf68e6b0
Von Sven Schöling vor mehr als 14 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
333 | 333 |
my %labels = map { $_ => $_ } @{ $form->{ALL_CURRENCIES} }; |
334 | 334 |
$form->{currency} = $form->{defaultcurrency} unless $form->{currency}; |
335 | 335 |
$TMPL_VAR{show_exchangerate} = $form->{currency} ne $form->{defaultcurrency}; |
336 |
$TMPL_VAR{currencies} = NTI($cgi->popup_menu('-name' => 'currency', '-default' => $form->{"currency"}, |
|
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"; |
339 | 339 |
push @custom_hiddens, "exchangerate" if $form->{forex}; |
Auch abrufbar als: Unified diff
once warning fixen.