init III
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
# --
|
||||
# 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 class="MainBox ARIARoleMain LayoutFixedSidebar SidebarFirst">
|
||||
|
||||
<h1 class="InvisibleText">[% Translate("System configuration") | html %]</h1>
|
||||
|
||||
[% BreadcrumbPath = [
|
||||
{
|
||||
Name => Translate('System Configuration'),
|
||||
Link => 'AdminSystemConfiguration',
|
||||
},
|
||||
]
|
||||
%]
|
||||
|
||||
[% IF Data.Type and Data.Type == 'CustomList' %]
|
||||
[% BreadcrumbPath.push({ Name => Translate('View a custom List of Settings') }) %]
|
||||
[% ELSE %]
|
||||
[% View = Data.View | uri %]
|
||||
[% BreadcrumbPath.push({ Name => Translate('View single Setting: %s', Data.View), Link => 'AdminSystemConfiguration;Subaction=View;Setting=' _ View }) %]
|
||||
[% END %]
|
||||
|
||||
[% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]
|
||||
|
||||
<div class="SidebarColumn">
|
||||
<div class="WidgetSimple">
|
||||
<div class="Header">
|
||||
<h2>[% Translate("Actions") | html %]</h2>
|
||||
</div>
|
||||
<div class="Content">
|
||||
<ul class="ActionList">
|
||||
<li>
|
||||
[% IF Data.DeploymentID %]
|
||||
<a href="[% Env("Baselink") %]Action=AdminSystemConfigurationDeploymentHistory;Subaction=DeploymentHistoryDetails;DeploymentID=[% Data.DeploymentID | html %]" class="CallForAction Fullsize Center"><span><i class="fa fa-caret-left"></i>[% Translate("Go back to Deployment Details") | html %]</span></a>
|
||||
[% ELSE %]
|
||||
<a href="[% Env("Baselink") %]Action=AdminSystemConfiguration" class="CallForAction Fullsize Center"><span><i class="fa fa-caret-left"></i>[% Translate("Go back") | html %]</span></a>
|
||||
[% END %]
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="ContentColumn">
|
||||
[% INCLUDE "SystemConfiguration/SettingsList.tt" %]
|
||||
</div>
|
||||
<div class="Clear"></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user