init III
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
# --
|
||||
# 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 %] – [% Translate("Missing channel") | html %]
|
||||
– <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>
|
||||
Reference in New Issue
Block a user