# -- # NewTicketWizardServiceForm.tt - provides HTML form for NewTicketWizardServiceForm - SeTIC - UFSC - http://setic.ufsc.br/ # Rodrigo Gonçalves - rodrigo.g@ufsc.br # # Version 01/12/2015 - Support for OTRS 4.0.3 # Version 2017-12-19 - Support for OTRS 6 # # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (AGPL). If you # did not receive this file, see http://www.gnu.org/licenses/agpl.txt. # --

[% Translate("Manage Queue-Auto Response Relations") | html %]

[% BreadcrumbPath = [ { Name => Translate('Manage service forms'), Link => Env("Action"), }, ] %] [% USE EditTitle = String(Translate("Customizing form for service")) %] [% BreadcrumbPath.push({ Name => EditTitle.append( ' ', Data.ServiceName ) }) %] [% IF Data.QueueName %] [% USE QueuePrefix = String(Translate("Queue")) %] [% BreadcrumbPath.push({ Name => QueuePrefix.append( ' ', Data.QueueName ) }) %] [% END %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]
[% Data.QueuesStrg %]
[% RenderBlockStart("CustomQueueRemoval") %]
[% RenderBlockEnd("CustomQueueRemoval") %]
[% Translate("or") | html %] [% Translate("Cancel") | html %]