Revision ddb162b6
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
454 | 454 |
my $db_charset = $::lx_office_conf{system}->{dbcharset} || Common::DEFAULT_CHARSET; |
455 | 455 |
my @header; |
456 | 456 |
|
457 |
my $layout = $::request->{layout}; |
|
458 |
|
|
459 | 457 |
$::lxdebug->leave_sub and return if !$ENV{HTTP_USER_AGENT} || $self->{header}++; |
460 | 458 |
|
459 |
if ($params{no_layout}) { |
|
460 |
$::request->{layout} = SL::Controller::Layout->new(style => 'none'); |
|
461 |
} |
|
462 |
|
|
463 |
my $layout = $::request->{layout}; |
|
464 |
|
|
461 | 465 |
# standard css for all |
462 | 466 |
$layout->use_stylesheet("$_.css") for qw( |
463 | 467 |
main menu tabcontent list_accounts jquery.autocomplete |
Auch abrufbar als: Unified diff
popups ohne layout rendern