1# --
2# Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
3# --
4# This software comes with ABSOLUTELY NO WARRANTY. For details, see
5# the enclosed file COPYING for license information (GPL). If you
6# did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.
7# --
8
9<div class="MainBox AriaRoleMain">
10    <div class="W33pc SpacingTopLarge SpacingBottomLarge CenterBox">
11        <div class="WidgetSimple">
12            <div class="Header">
13                <h2>[% Translate("Secure Mode Needs to be Enabled!") | html %]</h2>
14            </div>
15            <div class="Content">
16
17                <p>
18                    [% Translate("Secure mode will (normally) be set after the initial installation is completed.") | html %]
19                </p>
20                <p class="SpacingTopSmall">
21                    <a href="[% Env("Baselink") %]Action=AdminSystemConfiguration;Subaction=View;Setting=SecureMode">
22                        [% Translate("If secure mode is not activated, activate it via SysConfig because your application is already running.") | html %]
23                    </a>
24                </p>
25            </div>
26        </div>
27    </div>
28</div>
29