summaryrefslogtreecommitdiffstats
path: root/extensions/ProductDashboard/template/en/default/pages/productdashboard/duplicates.html.tmpl
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-08-16 23:03:11 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-08-16 23:03:11 +0200
commit85fa6fb9eef5a063ca84ebe1ca47b16be6c44ccc (patch)
tree8bbcd4019288b2607cae879479be605faf1a5bcd /extensions/ProductDashboard/template/en/default/pages/productdashboard/duplicates.html.tmpl
parent2b11e4ce9253bf543bde87c16bd9b6d90446cff6 (diff)
downloadbugzilla-85fa6fb9eef5a063ca84ebe1ca47b16be6c44ccc.tar.gz
bugzilla-85fa6fb9eef5a063ca84ebe1ca47b16be6c44ccc.tar.xz
Dashboard improvements
Diffstat (limited to 'extensions/ProductDashboard/template/en/default/pages/productdashboard/duplicates.html.tmpl')
-rw-r--r--extensions/ProductDashboard/template/en/default/pages/productdashboard/duplicates.html.tmpl8
1 files changed, 5 insertions, 3 deletions
diff --git a/extensions/ProductDashboard/template/en/default/pages/productdashboard/duplicates.html.tmpl b/extensions/ProductDashboard/template/en/default/pages/productdashboard/duplicates.html.tmpl
index fc3403bc4..07d93da26 100644
--- a/extensions/ProductDashboard/template/en/default/pages/productdashboard/duplicates.html.tmpl
+++ b/extensions/ProductDashboard/template/en/default/pages/productdashboard/duplicates.html.tmpl
@@ -37,7 +37,9 @@ PD.addStatListener("duplicate_counts", "duplicate_counts_table", PD.column_defs,
});
-->
</script>
-
+
+<h3>Most duplicated [% terms.bugs %]</h3>
+
[% IF by_duplicate.size %]
<b>[% by_duplicate.size FILTER html %]&nbsp;[% terms.Bugs %] Found</b>
<div class="yui-skin-sam">
@@ -47,7 +49,7 @@ PD.addStatListener("duplicate_counts", "duplicate_counts_table", PD.column_defs,
<tr bgcolor="#CCCCCC">
[% FOREACH column = [ "ID", "Dupe Count", "Status", "Version"
"Component", "Severity" "Summary" ] %]
-
+
<th>[% column FILTER html %]</th>
[% END %]
</tr>
@@ -71,5 +73,5 @@ PD.addStatListener("duplicate_counts", "duplicate_counts_table", PD.column_defs,
</div>
</div>
[% ELSE %]
- <h3>No duplicate [% terms.bugs %] found.</h3>
+ <b>No duplicate [% terms.bugs %] found.</b>
[% END %]