Files
scripts/Perl OTRS/Kernel/Output/HTML/Templates/Standard/AgentTicketZoom/ArticleRender/Invalid.tt
2024-10-14 00:08:40 +02:00

38 lines
1.5 KiB
Plaintext

# --
# 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.
# --
<div>
<a name="Article[% Data.ArticleID | html %]"></a>
<div class="WidgetSimple Expanded [% Data.SenderType | html %] [% IF Data.SenderType == 'customer' %]Incoming[% ELSE %]Outgoing[% END %] [% IF Data.IsVisibleForCustomer %]VisibleForCustomer[% ELSE %]NotVisibleForCustomer[% END %]">
<div class="Header">
<h2>
[% Translate("#%s", Data.ArticleNumber) | html %] &ndash; [% Translate("Missing channel") | html %]
&ndash; <span title="[% Translate("Created") | html %]: [% Data.CreateTime | Localize("TimeShort") %]">[% Data.CreateTime | Localize("TimeShort") %]</span> [% Translate("via %s", Translate(Data.CommunicationChannel)) | html %]
[% IF Data.CreateByUser %]
[% Translate("by %s", Data.CreateByUser) | html %]
[% END %]
</h2>
</div>
<div class="Content">
<div class="ArticleMailContent">
[% PROCESS ArticleActionMenu.tt %]
<div class="Avatar">
<i class="InvalidChannelIcon Warning fa fa-exclamation-triangle"></i>
</div>
<div class="[% IF Data.HTML %]ArticleHTML[% ELSE %]ArticleBody[% END %]">
[% Data.Body %]
</div>
</div>
</div>
</div>
</div>