# -- # 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("Main") %]
[% Translate("Add new field for object") | html %]: [% Translate(Data.ObjectType) | html %]
[% Translate("Would you like to benefit from additional dynamic field types for businesses? Upgrade to %s to get access to the following field types:") | html | ReplacePlaceholders(OTRSBusinessLabel) %]
[% Translate("To add a new field, select the field type from one of the object's list, the object defines the boundary of the field and it can't be changed after the field creation.") | html %]
| [% Translate("Name") | html %] | [% Translate("Label") | html %] | [% Translate("Order") | html %] | [% Translate("Type") | html %] | [% Translate("Object") | html %] | [% Translate("Validity") | html %] | [% Translate("Delete") | html %] |
|---|---|---|---|---|---|---|
| [% Translate("No data found.") | html %] | ||||||
| [% Data.Name %] |
[% Translate(Data.Label) | html %]
|
[% Data.FieldOrder %]
|
[% Translate(Data.FieldTypeName) | html %]
|
[% Translate(Data.ObjectTypeName) | html %]
|
[% Translate(Data.Valid) | html %]
|
[% RenderBlockStart("DeleteLink") %] [% Translate("Delete this field") | html %] [% RenderBlockEnd("DeleteLink") %] |
| [% Translate("No matches found.") | html %] | ||||||