# -- # 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. # -- [% RenderBlockStart("Overview") %]

[% Translate("Signature Management") | html %]

[% BreadcrumbPath = [ { Name => Translate('Signature Management'), Link => Env("Action"), }, ] %] [% SWITCH Data.Action %] [% CASE 'Add' %] [% BreadcrumbPath.push({ Name => Translate("Add Signature"),}) %] [% CASE 'Change' %] [% USE EditTitle = String(Translate("Edit Signature")) %] [% BreadcrumbPath.push({ Name => EditTitle.append( ': ', Data.Name ) }) %] [% END %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]
[% RenderBlockStart("ActionList") %]

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

[% RenderBlockEnd("ActionList") %] [% RenderBlockStart("Filter") %]

[% RenderBlockEnd("Filter") %]
[% RenderBlockStart("OverviewResult") %]

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

[% RenderBlockStart("NoDataFoundMsg") %] [% RenderBlockEnd("NoDataFoundMsg") %] [% RenderBlockStart("OverviewResultRow") %] [% RenderBlockEnd("OverviewResultRow") %]
[% Translate("Name") | html %] [% Translate("Comment") | html %] [% Translate("Validity") | html %] [% Translate("Changed") | html %] [% Translate("Created") | html %]
[% Translate("No data found.") | html %]
[% Data.Name | html %] [% Data.Comment | truncate(20) | html %] [% Translate(Data.Valid) | html %] [% Data.ChangeTime | Localize("TimeShort") %] [% Data.CreateTime | Localize("TimeShort") %]
[% RenderBlockEnd("OverviewResult") %] [% RenderBlockStart("OverviewUpdate") %]
[% IF Data.Action == 'Add' %]

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

[% ELSE %]

[% Translate("Edit Signature") | html %]

[% END %]
[% IF Data.Action == 'Change' %] [% END %]

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

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

[%# Textareas always swallow the first newline from their data, therefore we must prepend one since we want to preserve white space. %]
[% Data.ValidOption %]

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

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

[% IF Data.Action == 'Change' %] [% Translate("or") | html %] [% ELSE %] [% END %] [% Translate("or") | html %] [% Translate("Cancel") | html %]

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

[% Translate("You can use the following tags") | html %]:

<OTRS_OWNER_*>
[% Translate("Ticket owner options") | html %] ([% Translate("e. g.") | html %] <OTRS_OWNER_UserFirstname>).
<OTRS_RESPONSIBLE_*>
[% Translate("Ticket responsible options") | html %] ([% Translate("e. g.") | html %] <OTRS_RESPONSIBLE_UserFirstname>).
<OTRS_CURRENT_*>
[% Translate("Options of the current user who requested this action") | html %] ([% Translate("e. g.") | html %] <OTRS_CURRENT_UserFirstname>).
<OTRS_TICKET_*>
[% Translate("Options of the ticket data") | html %] ([% Translate("e. g.") | html %] <OTRS_TICKET_TicketNumber>, <OTRS_TICKET_TicketID>, <OTRS_TICKET_Queue>, <OTRS_TICKET_State>).
<OTRS_CUSTOMER_DATA_*>
[% Translate("Options of the current customer user data") | html %] ([% Translate("e. g.") | html %] <OTRS_CUSTOMER_DATA_UserFirstname>).
<OTRS_CONFIG_*>
[% Translate("Config options") | html %] ([% Translate("e. g.") | html %] <OTRS_CONFIG_HttpType>).

[% Translate("Example signature") | html %]:

[% RenderBlockEnd("OverviewUpdate") %]
[% RenderBlockEnd("Overview") %]