Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f5863b87

Von Sven Schöling vor mehr als 13 Jahren hinzugefügt

  • ID f5863b87e8a0e51a3ba0dbf77279ca716d64e3a5
  • Vorgänger 7b583506
  • Nachfolger 1c51116a

Wechselkurse werden im footer nicht angezeigt.

Unterschiede anzeigen:

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