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:
aee7eda
)
MenuLeft muss als partial rendern
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 16 Oct 2012 11:36:52 +0000
(13:36 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 17 Oct 2012 14:03:26 +0000
(16:03 +0200)
SL/Layout/MenuLeft.pm
patch
|
blob
|
history
diff --git
a/SL/Layout/MenuLeft.pm
b/SL/Layout/MenuLeft.pm
index
a171ed1
..
d78f0e6
100644
(file)
--- a/
SL/Layout/MenuLeft.pm
+++ b/
SL/Layout/MenuLeft.pm
@@
-14,7
+14,7
@@
sub stylesheets {
sub javascripts_inline {
my $self = shift;
my $sections = [ section_menu($self->menu) ];
- $self->render('menu/menu', {
no_menu
=> 1, no_output => 1 },
+ $self->render('menu/menu', {
partial
=> 1, no_output => 1 },
sections => $sections,
)
}