23 lines
767 B
Plaintext
23 lines
767 B
Plaintext
# --
|
|
# 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.
|
|
# --
|
|
|
|
<!-- start form -->
|
|
<div id="MainBox" class="Login">
|
|
<div class="Content">
|
|
<h2>[% Translate("Information") | html %]</h2>
|
|
<p>
|
|
[% Translate("Dear Customer,") | html %]<br/>
|
|
[% Translate("thank you for using our services.") | html %]
|
|
</p>
|
|
<p>
|
|
<a href="[% Env("Baselink") %]Action=[% Env("Action") %];Accept=1">[% Translate("Yes, I accepted your license.") | html %]</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<!-- end form -->
|