# -- # 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("Show only entries with specific priority and higher:") | html %]
[% Data.PriorityFilter %][% Translate("In this screen you can see an overview about incoming and outgoing communications.") | html %]
[% Translate("You can change the sort and order of those columns by clicking on the column header.") | html %] [% Translate("If you click on the different entries, you will get redirected to a detailed screen about the message.") | html %]
| [% Translate("Status") | html %] | [% Translate("Type") | html %] | [% Translate("Account") | html %] | [% Translate("Start Time") | html %] | [% Translate("End Time") | html %] | [% Translate("Duration") | html %] | |
|---|---|---|---|---|---|---|
| [% Translate("No communication objects found.") | html %] | ||||||
| [% IF Data.ObjectLogStatus == 'Successful' %] [% ELSIF Data.ObjectLogStatus == 'Failed' %] [% ELSIF Data.ObjectLogStatus == 'Processing' %] [% END %] | [% Data.ObjectLogType | html %] | [% IF Data.Direction == 'Incoming' %] [% ELSE %] [% END %] | [% IF Data.AccountLabel %] [% Data.AccountLabel | html %] [% ELSIF Data.AccountType %] [% Data.AccountType %] [% ELSE %] - [% END %] | [% Data.ObjectLogStartTime | Localize("TimeLong") %] | [% IF Data.ObjectLogEndTime %] [% Data.ObjectLogEndTime | Localize("TimeLong") %] [% ELSE %] - [% END %] | [% IF Data.ObjectLogDuration.defined %] [% Translate("%s s", Data.ObjectLogDuration) | html %] [% ELSE %] - [% END %] |
| [% Translate("No matches found.") | html %] | ||||||