# --
# 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.
# --
[% Translate( "GenericInterface Web Service Management" ) | html %]
[% USE WebserviceLink = String( "AdminGenericInterfaceWebservice;Subaction=Change;WebserviceID=" ) %]
[% USE ActionName = String( Data.ActionType ) %]
[% USE ActionLink = String( Data.ActionFrontendModule ) %]
[% BreadcrumbPath = [
{
Name => Translate( 'Web Service Management' ),
Link => 'AdminGenericInterfaceWebservice',
},
{
Name => Data.WebserviceName,
Link => WebserviceLink.append( Data.WebserviceID ),
},
{
Name => ActionName.append( ': ', Data.Action ),
Link => ActionLink.append( ';Subaction=Change;', Data.ActionType, '=', Data.Action, ';WebserviceID=', Data.WebserviceID ),
},
{
Name => Data.MappingDirection,
},
]
%]
[% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]