projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d35ca06
)
altes JS-Menu wieder aktiviert - ist nicht schön, aber funktioniert besser
author
Holger Lindemann
<hli@lx-system.de>
Thu, 26 Feb 2009 08:46:28 +0000
(08:46 +0000)
committer
Holger Lindemann
<hli@lx-system.de>
Thu, 26 Feb 2009 08:46:28 +0000
(08:46 +0000)
SL/User.pm
patch
|
blob
|
history
diff --git
a/SL/User.pm
b/SL/User.pm
index
a213f62
..
407f793
100644
(file)
--- a/
SL/User.pm
+++ b/
SL/User.pm
@@
-173,6
+173,7
@@
sub login {
my $menufile =
$self->{"menustyle"} eq "v3" ? "menuv3.pl" :
$self->{"menustyle"} eq "neu" ? "menunew.pl" :
+ $self->{"menustyle"} eq "js" ? "menujs.pl" :
$self->{"menustyle"} eq "xml" ? "menuXML.pl" :
"menu.pl";