Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ddb162b6

Von Sven Schöling vor etwa 12 Jahren hinzugefügt

  • ID ddb162b67dbd1c97df9a6f60608dd7cd0ff6f811
  • Vorgänger 38902b24
  • Nachfolger c0589062

popups ohne layout rendern

Unterschiede anzeigen:

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