diff options
author | lpsolit%gmail.com <> | 2006-07-11 09:32:20 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-07-11 09:32:20 +0200 |
commit | c47738d0f23009636eae897da087105044ee23b5 (patch) | |
tree | 4f8beeefe258d3ac6f888897378895fa0e262f5e /template/en/default | |
parent | d2b1cf441d3de151e8e049e5f7a900eb3c8d52f3 (diff) | |
download | bugzilla-c47738d0f23009636eae897da087105044ee23b5.tar.gz bugzilla-c47738d0f23009636eae897da087105044ee23b5.tar.xz |
Bug 327782: describecomponents.cgi should include the product description of the selected product - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=GavinS a=myk
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/reports/components.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/reports/components.html.tmpl b/template/en/default/reports/components.html.tmpl index 3950932bd..1e9065a78 100644 --- a/template/en/default/reports/components.html.tmpl +++ b/template/en/default/reports/components.html.tmpl @@ -35,6 +35,10 @@ [% numcols = 2 %] [% END %] +<p> + [% product.description FILTER none %] +</p> + <table> <tr> <th align="left">Component</th> |