# -- # 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("SLA Management") | html %]

[% BreadcrumbPath = [ { Name => Translate('SLA Management'), Link => Env("Action"), }, ] %] [% IF Data.SLAID %] [% USE EditTitle = String(Translate("Edit SLA")) %] [% BreadcrumbPath.push({ Name => EditTitle.append( ': ', Data.SLAName ) }) %] [% ELSIF Data.Subaction == "SLAEdit" %] [% BreadcrumbPath.push({ Name => Translate("Add SLA"),}) %] [% END %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]
[% RenderBlockStart("ActionList") %]

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

[% RenderBlockEnd("ActionList") %] [% RenderBlockStart("Filter") %]

[% RenderBlockEnd("Filter") %]
[% RenderBlockStart("OverviewList") %]

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

[% RenderBlockStart("NoDataFoundMsg") %] [% RenderBlockEnd("NoDataFoundMsg") %] [% RenderBlockStart("OverviewListRow") %] [% RenderBlockEnd("OverviewListRow") %]
[% Translate("SLA") | html %] [% Translate("Service") | html %] [% Translate("Comment") | html %] [% Translate("Validity") | html %] [% Translate("Changed") | html %] [% Translate("Created") | html %]
[% Translate("No data found.") | html %]
[% Data.Name | html %] [% Data.Service | html %] [% Data.Comment | truncate(26) | html %] [% Translate(Data.Valid) | html %] [% Data.ChangeTime | Localize("TimeShort") %] [% Data.CreateTime | Localize("TimeShort") %]
[% RenderBlockEnd("OverviewList") %] [% RenderBlockStart("SLAEdit") %]
[% IF !Data.SLAID %]

[% Translate("Add SLA") | html %]

[% ELSE %]

[% Translate("Edit SLA") | html %]

[% END %]
[% IF Data.SLAID %] [% END %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Data.ServiceOptionStrg %]
[% Data.CalendarOptionStrg %]

[% Translate("Please write only numbers!") | html %]

( [% Data.FirstResponseNotifyOptionStrg %])

[% Translate("0 = no escalation") | html %] - 24 [% Translate("hours") | html %] = 1440 [% Translate("minutes") | html %] - [% Translate("Only business hours are counted.") | html %]

[% Translate("Please write only numbers!") | html %]

( [% Data.UpdateNotifyOptionStrg %])

[% Translate("0 = no escalation") | html %] - 24 [% Translate("hours") | html %] = 1440 [% Translate("minutes") | html %] - [% Translate("Only business hours are counted.") | html %]

[% Translate("Please write only numbers!") | html %]

( [% Data.SolutionNotifyOptionStrg %])

[% Translate("0 = no escalation") | html %] - 24 [% Translate("hours") | html %] = 1440 [% Translate("minutes") | html %] - [% Translate("Only business hours are counted.") | html %]

[% Data.ValidOptionStrg %]
[% RenderBlockStart("SLAItem") %] [% RenderBlockStart("InputKey") %]
[% RenderBlockEnd("InputKey") %] [% RenderBlockStart("Input") %]

[% Translate(Data.Desc) | html %]

[% RenderBlockEnd("Input") %] [% RenderBlockStart("TextArea") %]

[% Translate(Data.Desc) | html %]

[% RenderBlockEnd("TextArea") %] [% RenderBlockStart("Option") %]
[% Data.Option %]

[% Translate(Data.Desc) | html %]

[% RenderBlockEnd("Option") %] [% RenderBlockStart("Upload") %]
[% RenderBlockEnd("Upload") %] [% RenderBlockStart("Password") %]
[% RenderBlockEnd("Password") %] [% RenderBlockEnd("SLAItem") %]
[% IF Data.SLAID %] [% Translate("or") | html %] [% ELSE %] [% END %] [% Translate("or") | html %] [% Translate("Cancel") | html %]
[% RenderBlockEnd("SLAEdit") %]
[% RenderBlockEnd("Overview") %]