# -- # 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("Dynamic Fields Management") | html %] - [% Translate(Data.Action) | html %]

[% BreadcrumbPath = [ { Name => Translate('Dynamic Fields Management'), }, ] %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]

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

    [% RenderBlockStart("ActionAddDynamicField") %]
  • [% Data.AddDynamicFieldStrg %]

    [% Translate("Add new field for object") | html %]: [% Translate(Data.ObjectType) | html %]

  • [% RenderBlockEnd("ActionAddDynamicField") %]

[% IF !Data.OTRSBusinessIsInstalled %]

[% Translate("More Business Fields") | 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('Database') | html %]
[% Translate('Use external databases as configurable data sources for this dynamic field.') | html %]
[% Translate('Web service') | html %]
[% Translate('External web services can be configured as data sources for this dynamic field.') | html %]
[% Translate('Contact with data') | html %]
[% Translate('This feature allows to add (multiple) contacts with data to tickets.') | html %]
[% END %] [% RenderBlockStart("Hint") %]

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

[% 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 %]

[% RenderBlockEnd("Hint") %]

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

[% RenderBlockStart("ContextSettings") %] [% RenderBlockEnd("ContextSettings") %]
[% RenderBlockStart("OverviewNavBarPageNavBar") %] [% Data.ResultLong %] [% Data.SiteNavBarLong %] [% RenderBlockEnd("OverviewNavBarPageNavBar") %]
[% RenderBlockStart("NoDataFound") %] [% RenderBlockEnd("NoDataFound") %] [% RenderBlockStart("DynamicFieldsRow") %] [% RenderBlockEnd("DynamicFieldsRow") %]
[% 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") %]
[% RenderBlockStart("MaxFieldOrder") %] [% RenderBlockEnd("MaxFieldOrder") %]
[% RenderBlockEnd("Main") %]