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<!-- start form -->
10<div class="MainBox ARIARoleMain">
11
12    <div class="W33pc CenterBox SpacingTopLarge SpacingBottomLarge">
13        <div class="WidgetSimple">
14            <div class="Header">
15                <h2>[% Translate("Information") | html %]</h2>
16            </div>
17            <div class="Content">
18                <h4>
19                    [% Translate("To accept some news, a license or some changes.") | html %]
20                </h4>
21                <p>
22                    <a href="[% Env("Baselink") %]Action=[% Env("Action") %];Accept=1">[% Translate("Yes, accepted.") | html %]</a>
23                </p>
24            </div>
25        </div>
26    </div>
27
28</div>
29<!-- end form -->
30