From: Moritz Bunkus Date: Wed, 3 Jun 2009 08:35:38 +0000 (+0000) Subject: Altes JavaScript-Menüs auf neue Authentifizierungsart ohne explizite Übergabe von... X-Git-Tag: release-2.6.1beta1~428 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=84d90a036bc1638f752061d2da80cb5d6e3842cb;p=kivitendo-erp.git Altes JavaScript-Menüs auf neue Authentifizierungsart ohne explizite Übergabe von Benutzernamen und Passwort umgestellt. --- diff --git a/SL/Menu.pm b/SL/Menu.pm index 4b470cabc..26e3512eb 100644 --- a/SL/Menu.pm +++ b/SL/Menu.pm @@ -122,9 +122,8 @@ sub menuitem_js { } my $level = $form->escape($item); - my $str = - qq|$module?action=$action&level=$level&login=$form->{login}&password=$form->{password}|; - my @vars = qw(module action target href); + my $str = qq|$module?action=$action&level=$level|; + my @vars = qw(module action target href); if ($self->{$item}{href}) { $str = qq|$self->{$item}{href}|; diff --git a/bin/mozilla/menujs.pl b/bin/mozilla/menujs.pl index 37e083c73..6e5b43388 100644 --- a/bin/mozilla/menujs.pl +++ b/bin/mozilla/menujs.pl @@ -52,7 +52,7 @@ sub display { &acc_menu; print qq| - @@ -65,14 +65,12 @@ sub display { sub clock_line { - $fensterlink="menujs.pl?login=$form->{login}&password=$form->{password}&action=display"; + $fensterlink="menujs.pl?action=display"; $fenster = "["."neues Fenster]"; $login = "[Nutzer " . $form->{login} - . " - {"password"} - . "&action=logout\" target=\"_top\">" + . " - " . $locale->text('Logout') . "] "; my ($Sekunden, $Minuten, $Stunden, $Monatstag, $Monat,