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:
3dfcde6
)
Layout: MenuLeft auf neue Maps angepasst
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 23 Jun 2015 09:50:10 +0000
(11:50 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 20 Jul 2015 14:37:26 +0000
(16:37 +0200)
SL/Layout/MenuLeft.pm
patch
|
blob
|
history
diff --git
a/SL/Layout/MenuLeft.pm
b/SL/Layout/MenuLeft.pm
index
14ee2ea
..
3c869bb
100644
(file)
--- 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";