Revision 0d36a7ed
Von Sven Schöling vor fast 8 Jahren hinzugefügt
SL/Layout/ActionBar.pm | ||
---|---|---|
18 | 18 |
my ($self) = @_; |
19 | 19 |
|
20 | 20 |
my $content = join '', map { $_->render } @{ $self->actions }; |
21 |
return if !$content; |
|
21 | 22 |
$::request->presenter->html_tag('div', $content, class => HTML_CLASS); |
22 | 23 |
} |
23 | 24 |
|
Auch abrufbar als: Unified diff
Actionbar nicht ohne content rendern
nötig für korrekte top margins wenn fixiert