From: Sven Schöling Date: Tue, 23 Jun 2015 09:50:10 +0000 (+0200) Subject: Layout: MenuLeft auf neue Maps angepasst X-Git-Tag: release-3.3.0beta~31^2~33 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=5ebe0cb29ab627c688d022b3e976e6dedac38342;p=kivitendo-erp.git Layout: MenuLeft auf neue Maps angepasst --- diff --git a/SL/Layout/MenuLeft.pm b/SL/Layout/MenuLeft.pm index 14ee2eac9..3c869bbb1 100644 --- a/SL/Layout/MenuLeft.pm +++ b/SL/Layout/MenuLeft.pm @@ -50,7 +50,7 @@ sub section_menu { my $menuitem = $menu->{$item}; my $olabel = apply { s/.*--// } $item; my $ml = apply { s/--.*// } $item; - my $icon_class = apply { $_ =lc $_; s/[^a-z0-9_-]/-/g } $item; + my $icon_class = apply { $_ = lc $_; s/[^a-z0-9_-]/-/g } $menuitem->{ICON}; my $spacer = "s" . (0 + $item =~ s/--/--/g); next if $level && $item ne "$level--$olabel";