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/popularity.html.tmpl | 67 +++++----------------- 1 file changed, 15 insertions(+), 52 deletions(-) (limited to 'extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl') diff --git a/extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl b/extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl index 5ecad3426..933f26c81 100644 --- a/extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl +++ b/extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl @@ -11,64 +11,27 @@

Most voted on [% terms.bugs %]

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