# -- # 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("Alert") | html %] - [% Data.Subject | html %]

# We need to perform some postprocessing on the notification content as it is neccessary to use inline CSS styles # for best mail client compatibility. In particular, OTRS uses
elements with inline CSS instead of
. # Here we also change the inline style of this
to match with the current design. [% Data.Body .replace('

', '

') .replace('

', '
') .replace(']*>', '
') .replace('border:none;border-left:solid\s+blue\s+1.5pt;padding:0cm\s+0cm\s+0cm\s+4.0pt', 'border: none; border-left: 1px solid #f92 !important; color: #555; margin: 10px 5px 10px 0px; padding: 0px 10px;') %]
[% IF !Config("Secure::DisableBanner") %]
[% Translate("Powered by") | html %] [% Config("Product") | html %] [% Config("Version").remove('\.0\..*') | html %]
[% END %]