From e3b051b686c16ead5f8b63206940b885532e1c95 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Thu, 3 Jan 2013 17:24:56 -0500 Subject: More ProductDashboard work --- .../pages/productdashboard/duplicates.html.tmpl | 71 +++++----------------- 1 file changed, 15 insertions(+), 56 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 bf1cdaeb1..585cdc829 100644 --- a/extensions/ProductDashboard/template/en/default/pages/productdashboard/duplicates.html.tmpl +++ b/extensions/ProductDashboard/template/en/default/pages/productdashboard/duplicates.html.tmpl @@ -6,69 +6,28 @@ # defined by the Mozilla Public License, v. 2.0. #%] - -

Most duplicated [% terms.bugs %]

[% IF by_duplicate.size %] [% by_duplicate.size FILTER html %] [% terms.Bugs %] Found -
-
- - - - [% FOREACH column = [ "ID", "Dupe Count", "Status", "Version" - "Component", "Severity" "Summary" ] %] - - - [% END %] - - - - [% FOREACH bug = by_duplicate %] - [% count = loop.count() %] - - - - - - - - - - [% END %] - -
[% column FILTER html %]
- [% bug.id FILTER html %][% bug.dupe_count FILTER html %][% bug.status FILTER html %][% bug.version FILTER html %][% bug.component FILTER html %][% bug.severity FILTER html %][% bug.summary FILTER html %]
-
+
+
[% ELSE %] No duplicate [% terms.bugs %] found. -- cgit v1.2.3-24-g4f1b