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

[%- BreadcrumbPath = [ { Name => Translate('ITSM ChangeManagement Notification Management'), Link => Env("Action"), } ]; IF Data.Action == 'Add'; BreadcrumbPath.push({ Name => Translate('Add Notification Rule'), }); ELSIF Data.Action == 'Change'; BreadcrumbPath.push({ Name => Translate('Edit Notification Rule'), }); END; %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]
[% RenderBlockStart("ActionList") %]

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

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

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

# [% RenderBlockStart("OverviewResultRow") %] # [% RenderBlockEnd("OverviewResultRow") %]
[% Translate("Name") | html %] [% Translate("Event") | html %] [% Translate("Attribute") | html %] [% Translate("Rule") | html %] [% Translate("Recipients") | html %][% Translate("Comment") | html %] [% Translate("Validity") | html %] [% Translate("Copy") | html %] [% Translate("Delete") | html %]
[% Data.Name | html %] [% Translate(Data.Event) | html %] [% Data.Attribute | html %] [% Data.Rule | html %] [% Data.Recipients | html %][% Data.Comment | truncate(20) | html %] [% Translate(Data.Valid) | html %] [% Translate("Copy") | html %]
[% RenderBlockEnd("OverviewResult") %] [% RenderBlockStart("OverviewUpdate") %]

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

[% Translate("A notification should have a name!") | html %]

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

[% Data.EventOption %]
[% Data.RecipientOption %]
[% Data.ValidOption %]
[% RenderBlockStart("NotificationType") %]

[% Translate("Notification") | html %] ([% Translate(Data.Type) | html %])

[% RenderBlockStart("NotificationLanguage") %]

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

[% RenderBlockStart("NotificationLanguageRemoveButton") %] [% RenderBlockEnd("NotificationLanguageRemoveButton") %]

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

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

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

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

[% RenderBlockEnd("NotificationLanguage") %]
[% RenderBlockStart("NotificationLanguageAdd") %]
[% Data.LanguageStrg %]
[% RenderBlockEnd("NotificationLanguageAdd") %]
[% RenderBlockEnd("NotificationType") %]

[% Translate("Save Changes") | html %]

[% Translate("or") | html %] [% Translate("or") | html %] [% Translate("Cancel") | html %]
[% RenderBlockEnd("OverviewUpdate") %]
[% RenderBlockEnd("Overview") %]