# -- # 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("ContentSmallUserOnlineFilter") %]
|
[% IF Data.UserCustomerID %] [% ELSE %] [% END %] [% Data.UserFullname | truncate(30) | html %] [% RenderBlockStart("ContentSmallUserOnlineRowEmail") %] ([% Data.UserEmail | truncate(50) | html %]) [% RenderBlockEnd("ContentSmallUserOnlineRowEmail") %] [% RenderBlockStart("ContentSmallUserOnlineRowOutOfOffice") %] - [% Translate("out of office") | html %] [% RenderBlockEnd("ContentSmallUserOnlineRowOutOfOffice") %] [% IF Data.UserCustomerID %] [% ELSE %] [% END %] [% IF Data.AgentEnableChat && Data.UserID != Env('UserID') || Data.CustomerEnableChat %] [% IF Data.VideoChatEnabled %] [% END %] [% END %] |
| [% Translate("none") | html %] |