Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 66fab876

Von Moritz Bunkus vor etwa 8 Jahren hinzugefügt

  • ID 66fab87643fee5b4c7d85f4bf32ce4fb81118089
  • Vorgänger b8388d68
  • Nachfolger f770f74a

Hilfesystem: Hilfe-Link anzeigen; Hilfe-Seiten zu Kontext anzeigen; Hilfe-Start-Seite

Unterschiede anzeigen:

SL/Layout/Top.pm
14 14
  # certain columns that are only created by said database upgrades.
15 15
  push @options, (quick_search => SL::Controller::TopQuickSearch->new) unless $::request->applying_database_upgrades;
16 16

  
17
  # The help system is currently disabled by default as most of its
18
  # content is still missing. It would be a disservice to users if it
19
  # were enabled in such a state. For developers and documenters
20
  # working on the documentation the feature must be turned on. Once
21
  # enough documentation has been written the feature will be enabled
22
  # unconditionally.
23
  push @options, (help_context => $::request->help_system->context) if $::lx_office_conf{devel}->{enable_help_system};
24

  
17 25
  $self->presenter->render('menu/header',
18 26
    now        => DateTime->now_local,
19 27
    is_fastcgi => $::dispatcher ? scalar($::dispatcher->interface_type =~ /fastcgi/i) : 0,

Auch abrufbar als: Unified diff