summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/email/bugmail.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/BMO/template/en/default/email/bugmail.html.tmpl')
-rw-r--r--extensions/BMO/template/en/default/email/bugmail.html.tmpl7
1 files changed, 6 insertions, 1 deletions
diff --git a/extensions/BMO/template/en/default/email/bugmail.html.tmpl b/extensions/BMO/template/en/default/email/bugmail.html.tmpl
index 9fbefa02b..6385fe09a 100644
--- a/extensions/BMO/template/en/default/email/bugmail.html.tmpl
+++ b/extensions/BMO/template/en/default/email/bugmail.html.tmpl
@@ -30,7 +30,7 @@
.new .c1 {
border-right: 1px solid #969696;
}
- #noreply, #reason, #tracking {
+ #noreply, #reason, #tracking, #bug_details {
font-size: 90%;
color: #666666;
}
@@ -90,6 +90,11 @@
<br>
[% END %]
+ <div id="bug_details">
+ <hr>
+ Product | Component: [% bug.product FILTER html %] | [% bug.component FILTER html %]
+ </div>
+
[% USE Bugzilla %]
[% tracking_flags = [] %]
[% FOREACH field = Bugzilla.active_custom_fields(product => bug.product_obj, component => bug.component_obj, type => 2) %]