Files
scripts/Perl OTRS/Kernel/Output/HTML/Templates/Standard/Footer.tt
2024-10-14 00:08:40 +02:00

32 lines
1.2 KiB
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.
# --
<div id="Footer" class="ARIARoleContentinfo">
[% IF !Config("Secure::DisableBanner") %]
<a href="[% IF !Data.IsLoginPage %]https://www.otrs.com[% ELSE %]https://www.otrs.com/otrs-business-solution-managed/[% END %]" title="[% Config("Product") | html %][% IF !Data.IsLoginPage %] [% Config("Version") | html %][% END %]" target="_blank">
<span></span>
[% IF Data.OTRSSTORMIsInstalled %]
[% Translate("%s powered by %s™", "STORM", "OTRS") | html %]
[% ELSIF Data.OTRSCONTROLIsInstalled %]
[% Translate("%s powered by %s™", "CONTROL", "OTRS") | html %]
[% ELSIF Data.OTRSBusinessIsInstalled %]
[% Translate("Powered by %s™", "OTRS Business Solution") | html %]
[% ELSE %]
[% Translate("Powered by %s™", "OTRS") | html %]
[% END %]
</a>
[% END %]
</div>
[% InsertTemplate("FooterJS.tt") %]
</div><!-- end AppWrapper -->
</body>
</html>