From 85fa6fb9eef5a063ca84ebe1ca47b16be6c44ccc Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Thu, 16 Aug 2012 17:03:11 -0400 Subject: Dashboard improvements --- .../en/default/pages/productdashboard/duplicates.html.tmpl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'extensions/ProductDashboard/template/en/default/pages/productdashboard/duplicates.html.tmpl') 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, }); --> - + +

Most duplicated [% terms.bugs %]

+ [% IF by_duplicate.size %] [% by_duplicate.size FILTER html %] [% terms.Bugs %] Found
@@ -47,7 +49,7 @@ PD.addStatListener("duplicate_counts", "duplicate_counts_table", PD.column_defs, [% FOREACH column = [ "ID", "Dupe Count", "Status", "Version" "Component", "Severity" "Summary" ] %] - + [% column FILTER html %] [% END %] @@ -71,5 +73,5 @@ PD.addStatListener("duplicate_counts", "duplicate_counts_table", PD.column_defs,
[% ELSE %] -

No duplicate [% terms.bugs %] found.

+ No duplicate [% terms.bugs %] found. [% END %] -- cgit v1.2.3-24-g4f1b