# -- # 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("Manage Queue-Auto Response Relations") | html %]

[% BreadcrumbPath = [ { Name => Translate('Manage Queue-Auto Response Relations'), Link => Env("Action"), }, ] %] [% IF Data.Subaction == 'Change' %] [% USE EditTitle = String(Translate("Change Auto Response Relations for Queue")) %] [% BreadcrumbPath.push({ Name => EditTitle.append( ' ', Data.QueueName ) }) %] [% ELSIF Data.Filter == 'QueuesWithoutAutoResponses' %] [% BreadcrumbPath.push({ Name => 'Queues without Auto Responses' }) %] [% END %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]
[% RenderBlockStart("ActionList") %]

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

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

[% RenderBlockEnd("FilterQueues") %] [% RenderBlockStart("FilterAutoResponses") %]

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

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

  • [% Translate(Data.QueueHeader) | html %]
  • [% RenderBlockStart("NoQueuesFoundMsg") %]
  • [% Translate("No data found.") | html %]
  • [% RenderBlockEnd("NoQueuesFoundMsg") %] [% RenderBlockStart("Item") %]
  • [% Data.Queue | html %]
  • [% RenderBlockEnd("Item") %]
  • [% Translate("Auto Responses") | html %]
  • [% RenderBlockStart("NoAutoResponsesFoundMsg") %]
  • [% Translate("No data found.") | html %]
  • [% RenderBlockEnd("NoAutoResponsesFoundMsg") %] [% RenderBlockStart("ItemList") %]
  • [% Translate(Data.Name) | html %] ([% Data.Type | html %])
  • [% RenderBlockEnd("ItemList") %]
[% RenderBlockEnd("OverviewResult") %] [% RenderBlockStart("Selection") %]

[% Translate("Change Auto Response Relations for Queue") | html %] [% Data.Name | html %]

[% RenderBlockStart("ChangeItemList") %]
[% Data.DataStrg %]
[% RenderBlockEnd("ChangeItemList") %]
[% Translate("or") | html %] [% Translate("or") | html %] [% Translate("Cancel") | html %]
[% RenderBlockEnd("Selection") %]
[% RenderBlockEnd("Overview") %]