# -- # 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. # -- [% SET OTRSBusinessLabel = 'OTRS Business Solution™' %] [% RenderBlockStart("Overview") %]

[% Translate("Ticket Notification Management") | html %]

[% BreadcrumbPath = [ { Name => Translate('Ticket Notification Management'), Link => Env("Action"), }, ] %] [% SWITCH Data.Action %] [% CASE 'Add' %] [% BreadcrumbPath.push({ Name => Translate("Add Notification"),}) %] [% CASE 'Change' %] [% USE EditTitle = String(Translate("Edit Notification")) %] [% BreadcrumbPath.push({ Name => EditTitle.append( ': ', Data.Name ) }) %] [% END %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]
[% RenderBlockStart("ActionList") %]

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

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

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

[% Translate("Configuration Import") | html %]

[% Translate("Here you can upload a configuration file to import Ticket Notifications to your system. The file needs to be in .yml format as exported by the Ticket Notification module.") | html %]

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

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

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

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

[% RenderBlockStart("NoDataFoundMsg") %] [% RenderBlockEnd("NoDataFoundMsg") %] [% RenderBlockStart("OverviewResultRow") %] [% RenderBlockEnd("OverviewResultRow") %]
[% Translate("Name") | html %] [% Translate("Comment") | html %] [% Translate("Validity") | html %] [% Translate("Changed") | html %] [% Translate("Created") | html %] [% Translate("Export") | html %] [% Translate("Copy") | html %] [% Translate("Delete") | html %]
[% Translate("No data found.") | html %]
[% Translate(Data.Name) | html %] [% Data.Comment | truncate(26) | html %] [% Translate(Data.Valid) | html %] [% Data.ChangeTime | Localize("TimeShort") %] [% Data.CreateTime | Localize("TimeShort") %] [% Translate("Export") | html %] [% Translate("Copy") | html %]
[% RenderBlockEnd("OverviewResult") %] [% RenderBlockStart("OverviewUpdate") %]
[% IF Data.Action == 'Add' %]

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

[% ELSE %]

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

[% END %]
[% IF Data.Action == 'Change' %] [% END %]

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

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

[% Data.VisibleForAgentStrg %]

[% Translate("This message will be shown on the agent preferences screen as a tooltip for this notification.") | html %]

[% Data.ValidOption %]

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

[% Data.EventsStrg %]

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

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

[% Translate("Here you can choose which events will trigger this notification. An additional ticket filter can be applied below to only send for ticket with certain criteria.") | html %]

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

[% Data.RecipientsStrg %]
[% Data.RecipientAgentsStrg %]
[% Data.RecipientGroupsStrg %]
[% Data.RecipientRolesStrg %]
[% Translate("Also send if the user is currently out of office.") | html %]
[% Translate("Notify user just once per day about a single ticket using a selected transport.") | html %]

[% Translate("Notification Methods") | html %]

[% Translate("These are the possible methods that can be used to send this notification to each of the recipients. Please select at least one method below.") | html %]

[% RenderBlockStart("TransportRow") %]
[% Translate(Data.TransportName) | html %] [% RenderBlockStart("TransportRowEnabled") %]

[% Translate("At least one method is needed per notification.") | html %]

[% Translate("At least one method is needed per notification.") | html %]

[% Translate("This is the default value for assigned recipient agents who didn't make a choice for this notification in their preferences yet. If the box is enabled, the notification will be sent to such agents.") | html %]

[% Data.SettingsString %] [% RenderBlockEnd("TransportRowEnabled") %] [% RenderBlockStart("TransportRowDisabled") %]

[% Translate("This feature is currently not available.") | html %]

[% RenderBlockEnd("TransportRowDisabled") %] [% RenderBlockStart("TransportRowRecommendation") %] [% RenderBlockEnd("TransportRowRecommendation") %] [% RenderBlockStart("TransportRowNotActive") %] [% RenderBlockEnd("TransportRowNotActive") %]
[% RenderBlockEnd("TransportRow") %] [% RenderBlockStart("NoDataFoundMsgTransport") %]
[% Translate("No data found") | html %]

[% Translate("No notification method found.") | html %]

[% RenderBlockEnd("NoDataFoundMsgTransport") %]

[% Translate("Notification Text") | html %]

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

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

[% IF Data.Action == 'Change' %] [% Translate("or") | html %] [% ELSE %] [% END %] [% Translate("or") | html %] [% Translate("Cancel") | html %]
[% RenderBlockEnd("OverviewUpdate") %]
[% RenderBlockEnd("Overview") %]