# -- # 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. # --
[% IF Data.TicketID %]

[% Translate("Split Into New Phone Ticket") | html %]

[% ELSIF Data.FromChatID %]

[% Translate("Save Chat Into New Phone Ticket") | html %]

[% ELSE %]

[% Translate("Create New Phone Ticket") | html %]

[% END %]

[% Translate("All fields marked with an asterisk (*) are mandatory.") | html %]

[% RenderBlockStart("CustomerTable") %]

[% Translate("Customer Information") | html %]

[% Data.CustomerTable %]
[% RenderBlockEnd("CustomerTable") %]
# example template for customizations, see hidden form at the end of the file # #
# #
#
[% RenderBlockStart("TicketType") %]
[% Data.TypeStrg %]

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

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

[% RenderBlockEnd("TicketType") %]
[% RenderBlockStart("FromServerErrorMsg") %]

[% Translate("Please include at least one customer for the ticket.") | html %]

[% RenderBlockEnd("FromServerErrorMsg") %]
[% RenderBlockStart("MultipleCustomer") %]
[% Translate("Remove Ticket Customer User") | html %] [% RenderBlockStart("CustomerErrorExplantion") %]

[% Translate("Please remove this entry and enter a new one with the correct value.") | html %]

[% RenderBlockEnd("CustomerErrorExplantion") %]
[% RenderBlockStart("CustomerGenericServerErrorMsg") %]

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

[% RenderBlockEnd("CustomerGenericServerErrorMsg") %] [% RenderBlockStart("InvalidConfigServerErrorMsg") %]

[% Translate("This email address is not allowed due to the system configuration.") | html %]

[% RenderBlockEnd("InvalidConfigServerErrorMsg") %] [% RenderBlockStart("InvalidMXServerErrorMsg") %]

[% Translate("This email address failed MX check.") | html %]

[% RenderBlockEnd("InvalidMXServerErrorMsg") %] [% RenderBlockStart("InvalidDNSServerErrorMsg") %]

[% Translate("DNS problem, please check your configuration and the error log.") | html %]

[% RenderBlockEnd("InvalidDNSServerErrorMsg") %] [% RenderBlockStart("InvalidSyntaxServerErrorMsg") %]

[% Translate("The syntax of this email address is incorrect.") | html %]

[% RenderBlockEnd("InvalidSyntaxServerErrorMsg") %] [% RenderBlockStart("IsDuplicatedServerErrorMsg") %]

[% Translate("This address already exists on the address list.") | html %]

[% RenderBlockEnd("IsDuplicatedServerErrorMsg") %]
[% RenderBlockEnd("MultipleCustomer") %]
[% RenderBlockStart("MultipleCustomerCounter") %] [% RenderBlockEnd("MultipleCustomerCounter") %]
[% INCLUDE "CustomerCompany/TicketCustomerIDSelection.tt" Required = 0 Readonly = Config("Ticket::Frontend::AgentTicketPhone::CustomerIDReadOnly") %]
[% Data.ToStrg %]

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

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

[% RenderBlockStart("TicketService") %] [% IF Data.ServiceMandatory %] [% ELSE %] [% END %]
[% Data.ServiceStrg %] [% IF Data.ServiceMandatory %]

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

[% END %]

[% Translate("Service invalid.") | html %]

[% RenderBlockEnd("TicketService") %] [% RenderBlockStart("TicketSLA") %] [% IF Data.SLAMandatory %] [% ELSE %] [% END %]
[% Data.SLAStrg %] [% IF Data.SLAMandatory %]

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

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

[% END %]
[% RenderBlockEnd("TicketSLA") %] [% RenderBlockStart("OwnerSelection") %]
[% RenderBlockEnd("OwnerSelection") %] [% RenderBlockStart("ResponsibleSelection") %]
[% Data.ResponsibleOptionStrg %] [% Translate("Get all") | html %]
[% RenderBlockEnd("ResponsibleSelection") %]

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

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

[% RenderBlockStart("TicketOptions") %]
[% RenderBlockStart("OptionCustomer") %] [ [% Translate("Customer user") | html %] ] [% RenderBlockEnd("OptionCustomer") %]
[% RenderBlockEnd("TicketOptions") %] [% RenderBlockStart("StandardTemplate") %]
[% Data.StandardTemplateStrg %]

[% Translate("Setting a template will overwrite any text or attachment.") | html %]

[% RenderBlockEnd("StandardTemplate") %]

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

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

[% INCLUDE "FormElements/AttachmentList.tt" %]
[% RenderBlockStart("ChatArticlePreview") %]
[% INCLUDE "ArticleContent/Chat.tt" %]

[% Translate('The chat will be appended as a separate article.') | html %]

[% RenderBlockEnd("ChatArticlePreview") %]
[% Data.NextStatesStrg %]
[% Data.PendingDateString %]

[% Translate("Date invalid!") | html %]

[% Translate("Date invalid!") | html %]

[% Translate("For all pending* states.") | html %]

[% Data.PriorityStrg %]
[% RenderBlockStart("DynamicField") %]
[% Data.Label %]
[% Data.Field %]
[% RenderBlockEnd("DynamicField") %] # example of how to use fixed dynamic field blocks for customizations # Note: Field1 and Field2 are the names of the fields and had to be replaced with the actual # field names #[% RenderBlockStart("DynamicField_Field1") %] #
# [% Data.Label %] #
# [% Data.Field %] #
#
#
#[% RenderBlockEnd("DynamicField_Field1") %] #[% RenderBlockStart("DynamicField_Field2") %] #
# [% Data.Label %] #
# [% Data.Field %] #
#
#
#[% RenderBlockEnd("DynamicField_Field2") %] [% RenderBlockStart("TimeUnitsLabel") %] [% RenderBlockEnd("TimeUnitsLabel") %] [% RenderBlockStart("TimeUnitsLabelMandatory") %] [% RenderBlockEnd("TimeUnitsLabelMandatory") %] [% RenderBlockStart("TimeUnits") %]

[% Translate("Invalid time!") | html %]

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

[% RenderBlockEnd("TimeUnits") %]
# example template form for customizations #
# # # # # # #