# -- # 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("Session Management") | html %]

[% BreadcrumbPath = [ { Name => Translate('Session Management'), Link => Env("Action"), }, ] %] [% IF Data.Action == 'Detail' %] [% USE TranslatedUserType = String(Translate(Data.UserType)) %] [% BreadcrumbPath.push({ Name => Translate( "Detail Session View for %s (%s)", Data.UserFullname, TranslatedUserType ) })%] [% END %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]
[% RenderBlockStart("ActionList") %]

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

    [% RenderBlockStart("ActionOverview") %]
  • [% Translate("Go to overview") | html %]
  • [% RenderBlockEnd("ActionOverview") %] [% RenderBlockStart("ActionSummary") %]
  • [% Translate("All sessions") | html %] [% Data.Counter | html %]
    [% Translate("Agent sessions") | html %] [% Data.UserSession | html %]
    [% Translate("Customer sessions") | html %] [% Data.CustomerSession | html %]
    [% Translate("Unique agents") | html %] [% Data.UserSessionUniq | html %]
    [% Translate("Unique customers") | html %] [% Data.CustomerSessionUniq | html %]
    [% Translate("Kill all sessions") | html %]
  • [% RenderBlockEnd("ActionSummary") %] [% RenderBlockStart("ActionKillSession") %]
  • [% Translate("Kill this session") | html %]
  • [% RenderBlockEnd("ActionKillSession") %]
[% RenderBlockEnd("ActionList") %] [% RenderBlockStart("Filter") %]

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

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

[% RenderBlockStart("Session") %] [% RenderBlockEnd("Session") %]
[% Translate("Session") | html %] [% Translate("Type") | html %] [% Translate("User") | html %] [% Translate("Kill") | html %]
[% Data.SessionID | html %] [% Data.UserType | html %] [% Data.UserFullname | html %] [% Translate("Kill this session") | html %]
[% RenderBlockEnd("Overview") %] [% RenderBlockStart("DetailView") %]

[% Translate("Detail View for SessionID: %s - %s", Data.SessionID, Data.UserFullname) | html %]

[% RenderBlockStart("DetailViewRow") %] [% RenderBlockEnd("DetailViewRow") %]
[% Translate("Key") | html %] [% Translate("Value") | html %]
[% Data.Key | html %] [% Data.Value | html %]
[% RenderBlockEnd("DetailView") %]