# --
# Kernel/Output/HTML/Standard/QueueServiceChange.tt - edit
# Copyright (C) (2014) SeTIC - UFSC - http://setic.ufsc.br/
# Version 06/01/2015 - Adjusts for OTRS 4
#
# 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("Services and queues") | html %]
[% BreadcrumbPath = [
{
Name => Translate('Services per queue'),
Link => Env("Action"),
},
]
%]
[% IF Data.Type == "Service" %]
[% USE EditTitle = String(Translate("Customizing services for queue")) %]
[% BreadcrumbPath.push({ Name => EditTitle.append( ' ', Data.Name ) }) %]
[% END %]
[% IF Data.Type == "Queue" %]
[% USE EditTitle = String(Translate("Customizing queues for service")) %]
[% BreadcrumbPath.push({ Name => EditTitle.append( ' ', Data.Name ) }) %]
[% END %]
[% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]
[% WRAPPER JSOnDocumentComplete %]
[% END %]