# -- # 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. # --

[% Translate("Move %s%s%s", Config('Ticket::Hook'), Config('Ticket::HookDivider'), Data.TicketNumber) | html %] — [% Data.Title | html %]

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

[% RenderBlockStart("TicketBack") %]

[% Translate("Cancel & close") | html %]

[% RenderBlockEnd("TicketBack") %] [% RenderBlockStart("PropertiesLock") %]

[% Translate("The ticket has been locked") | html %]. [% Translate("Undo & close") | html %]

[% RenderBlockEnd("PropertiesLock") %]
[% INCLUDE "FormElements/DraftNotifications.tt" %]

[% Translate("Ticket Settings") | html %]

[% RenderBlockStart("Queue") %]
[% Data.MoveQueuesStrg %]

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

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

[% RenderBlockEnd("Queue") %] [% RenderBlockStart("Owner") %]
[% RenderBlockEnd("Owner") %] [% RenderBlockStart("State") %] [% IF Data.StateMandatory %] [% ELSE %] [% END %]
[% Data.NextStatesStrg %] [% IF Data.StateMandatory %]

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

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

[% END %]
[% RenderBlockEnd("State") %] [% RenderBlockStart("StatePending") %]
[% Data.DateString %]

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

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

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

[% RenderBlockEnd("StatePending") %] [% RenderBlockStart("Priority") %]
[% Data.NextPrioritiesStrg %]
[% RenderBlockEnd("Priority") %]
[% RenderBlockStart("WidgetDynamicFields") %]

[% Translate("Dynamic Fields") | html %]

[% 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") %]
[% RenderBlockEnd("WidgetDynamicFields") %] [% RenderBlockStart("WidgetArticle") %]

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

[% IF Data.WidgetStatus == 'Expanded' %] [% ELSE %]
[% END %] [% RenderBlockStart("Note") %] [% RenderBlockStart("SubjectLabel") %] [% RenderBlockEnd("SubjectLabel") %] [% RenderBlockStart("SubjectLabelMandatory") %] [% RenderBlockEnd("SubjectLabelMandatory") %]

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

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

[% RenderBlockStart("TicketOptions") %]
[% RenderBlockEnd("TicketOptions") %] [% RenderBlockStart("StandardTemplate") %]
[% Data.StandardTemplateStrg %]

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

[% RenderBlockEnd("StandardTemplate") %] [% RenderBlockStart("RichTextLabel") %] [% RenderBlockEnd("RichTextLabel") %] [% RenderBlockStart("RichTextLabelMandatory") %] [% RenderBlockEnd("RichTextLabelMandatory") %]

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

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

[% INCLUDE "FormElements/AttachmentList.tt" %]
[% RenderBlockEnd("Note") %] [% RenderBlockStart("TimeUnitsLabel") %] [% RenderBlockEnd("TimeUnitsLabel") %] [% RenderBlockStart("TimeUnitsLabelMandatory") %] [% RenderBlockEnd("TimeUnitsLabelMandatory") %] [% RenderBlockStart("TimeUnits") %]

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

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

[% RenderBlockEnd("TimeUnits") %]
[% RenderBlockEnd("WidgetArticle") %]
#Layers