init III
This commit is contained in:
31
Perl OTRS/Kernel/Output/HTML/Templates/Standard/Footer.tt
Normal file
31
Perl OTRS/Kernel/Output/HTML/Templates/Standard/Footer.tt
Normal file
@@ -0,0 +1,31 @@
|
||||
# --
|
||||
# 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>
|
||||
Reference in New Issue
Block a user