# -- # 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. # -- [% RenderBlockStart("Overview") %]

[% Translate("Config Item Management") | html %]

[% BreadcrumbPath = [ { Name => Translate('Config Item Management'), Link => 'AdminITSMConfigItem', }, ] %] [% IF (Data.ClassSelected) %] [% BreadcrumbPath.push({ Name => Data.ClassSelected.Name, Link => 'AdminITSMConfigItem;Subaction=DefinitionList;ClassID=' _ Data.ClassSelected.ID }) %] [% END %] [% IF (Data.VersionSelected) %] [% BreadcrumbPath.push({ Name => 'Version ' _ Data.VersionSelected.Version, Link => 'AdminITSMConfigItem;Subaction=DefinitionView;DefinitionID=' _ Data.VersionSelected.ID }) %] [% END %] [% IF (Data.Edit) %] [% BreadcrumbPath.push({ Name => 'Edit definition', }) %] [% END %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]

[% Translate("Actions") | html %]

[% RenderBlockStart("OverviewList") %]

[% Translate("List") | html %]

[% RenderBlockStart("OverviewListRow") %] [% RenderBlockEnd("OverviewListRow") %]
[% Translate("Config Item Class") | html %]
[% Data.Name | html %]
[% RenderBlockEnd("OverviewList") %] [% RenderBlockStart("DefinitionList") %]

[% Translate("List") | html %]

[% RenderBlockStart("DefinitionListRow") %] [% RenderBlockEnd("DefinitionListRow") %]
[% Translate("Config Item Class") | html %] [% Translate("Version") | html %] [% Translate("Created by") | html %] [% Translate("Created") | html %]
[% Data.Class | html %] [% Data.Version | html %] [% Data.CreateByUser | html %] [% Data.CreateTime | Localize("TimeLong") %]
[% RenderBlockEnd("DefinitionList") %] [% RenderBlockStart("DefinitionView") %]

[% Translate("View") | html %]:

[% Data.Class | html %]
[% Data.Version | html %]
[% Data.CreateByUser | html %]
[% Data.CreateTime | Localize("TimeLong") %]
[% Data.DefinitionString %]
[% RenderBlockEnd("DefinitionView") %] [% RenderBlockStart("DefinitionChange") %]

[% Translate("Change") | html %]:

[% Data.Class | html %]
[% Translate("or") | html %] [% Translate("or") | html %] [% Translate("Cancel") | html %]
[% RenderBlockEnd("DefinitionChange") %]
[% RenderBlockEnd("Overview") %]