# -- # 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("Add FAQ Article") | html %]

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

[% RenderBlockStart("FAQAdd") %]

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

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

[% Data.CategoryOption %]

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

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

[% Data.StateOption %]
[% Data.ValidOption %]
[% RenderBlockStart("Language") %]
[% Data.LanguageOption %]
[% RenderBlockEnd("Language") %] [% RenderBlockStart("NoLanguage") %] [% RenderBlockEnd("NoLanguage") %] [% RenderBlockStart("Approval") %]
[% Data.ApprovalOption %]
[% RenderBlockEnd("Approval") %] [% 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") %]
[% INCLUDE "FormElements/AttachmentList.tt" %]
[% RenderBlockStart("FAQContent") %]
[% RenderBlockEnd("FAQContent") %]
[% Translate("or") | html %] [% Translate("Cancel") | html %]
[% RenderBlockEnd("FAQAdd") %]