From: Israel Madueme Date: Thu, 30 May 2019 02:12:58 +0000 (-0400) Subject: no bug: Fix security bugs report colors X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0fb293099f0f17cb89203cc7faf3536704107e27;p=thirdparty%2Fbugzilla.git no bug: Fix security bugs report colors The Sandstone theme change accidentally changed some styles in the report email that wouldn't be able to benefit from the new theme. This fix restores colors in the email. --- diff --git a/template/en/default/reports/email/security-risk.html.tmpl b/template/en/default/reports/email/security-risk.html.tmpl index b3bb776fa..90e335f46 100644 --- a/template/en/default/reports/email/security-risk.html.tmpl +++ b/template/en/default/reports/email/security-risk.html.tmpl @@ -46,7 +46,7 @@ [% END %] + [% IF deltas.by_team.$team.closed.size %] background-color: #e6ffe6 [% END %]"> [% IF deltas.by_team.$team.closed.size %] @@ -57,7 +57,7 @@ [% END %] + [% IF deltas.by_team.$team.added.size %] background-color: #ffe6e6 [% END %]"> [% IF deltas.by_team.$team.added.size %] +[% deltas.by_team.$team.added.size FILTER html %] @@ -117,7 +117,7 @@ [% END %] + [% IF deltas.by_sec_keyword.$keyword.closed.size %] background-color: #e6ffe6 [% END %]"> [% IF deltas.by_sec_keyword.$keyword.closed.size %] -[% deltas.by_sec_keyword.$keyword.closed.size FILTER html %] @@ -127,7 +127,7 @@ [% END %] + [% IF deltas.by_sec_keyword.$keyword.added.size %] background-color: #ffe6e6 [% END %]"> [% IF deltas.by_sec_keyword.$keyword.added.size %] +[% deltas.by_sec_keyword.$keyword.added.size FILTER html %]