# -- # Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (GPL). If you # did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt. # -- [% SET DocumentationLinkText = Translate('online administrator documentation'); SET DocumentationLink = "" _ DocumentationLinkText.html() _ ""; %]

[% Translate("System configuration") | html %]

[% BreadcrumbPath = [ { Name => Translate('System Configuration'), Link => 'AdminSystemConfiguration', }, ] %] [% FOREACH Item IN Data.Path %] [% BreadcrumbPath.push({ Name => Item.Name, Link => 'AdminSystemConfigurationGroup;RootNavigation=' _ Item.Value }) %] [% END %] [% FOREACH Item IN Data.Parameters %] [% BreadcrumbPath.push({ Name => Item.Name, Link => 'AdminSystemConfiguration;Subaction=' _ Item.Value }) %] [% END %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]
[% INCLUDE "SystemConfiguration/Sidebar/Actions.tt" %] [% IF Data.SettingCount %] [% INCLUDE "SystemConfiguration/Sidebar/Navigation.tt" %] [% END %] [% INCLUDE "SystemConfiguration/Sidebar/Help.tt" %] [% INCLUDE "SystemConfiguration/Sidebar/OTRSBusinessTeaser.tt" %] [% INCLUDE "SystemConfiguration/Sidebar/DynamicActions.tt" %]
[% IF Data.SettingCount %]
  • [% Translate("Navigate through the available settings by using the tree in the navigation box on the left side.") | html %]

  • [% Translate("Find certain settings by using the search field below or from search icon from the top navigation.") | html %]

  • [% Translate("Find out how to use the system configuration by reading the %s.") | html | ReplacePlaceholders(DocumentationLink) %]

[% ELSE %]

[% Translate("There are currently no settings available. Please make sure to run 'otrs.Console.pl Maint::Config::Rebuild' before using the software.") | html %]

[% END %]