From 078bff5ad35277f31e7db5fe1761e41e1c76d1de Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 27 Jul 2017 16:47:59 -0700 Subject: Bug 1369211 - Remove the product dashboard extension as it exists --- .../pages/productdashboard/components.html.tmpl | 146 --------------------- 1 file changed, 146 deletions(-) delete mode 100644 extensions/ProductDashboard/template/en/default/pages/productdashboard/components.html.tmpl (limited to 'extensions/ProductDashboard/template/en/default/pages/productdashboard/components.html.tmpl') diff --git a/extensions/ProductDashboard/template/en/default/pages/productdashboard/components.html.tmpl b/extensions/ProductDashboard/template/en/default/pages/productdashboard/components.html.tmpl deleted file mode 100644 index d46fbc982..000000000 --- a/extensions/ProductDashboard/template/en/default/pages/productdashboard/components.html.tmpl +++ /dev/null @@ -1,146 +0,0 @@ -[%# This Source Code Form is subject to the terms of the Mozilla Public - # License, v. 2.0. If a copy of the MPL was not distributed with this - # file, You can obtain one at http://mozilla.org/MPL/2.0/. - # - # This Source Code Form is "Incompatible With Secondary Licenses", as - # defined by the Mozilla Public License, v. 2.0. - #%] - -[% IF summary.keys %] - -

Summary for [% summary.type FILTER html %]: [% summary.value FILTER html %]

- - - -[% IF user.is_timetracker %] -

- Past Due | - Updated Recently -

-[% END %] - -
- - [% IF user.is_timetracker %] - - [% summary.past_due.size FILTER html %] Past Due [% terms.Bugs %] (deadline is before today's date) - (full list) -
-
- [% END %] - - - [% summary.updated_recently.size FILTER html %] Most Recently Updated [% terms.Bugs %] - [% IF user.is_timetracker %](back to top)[% END %] - (full list) -
-
- -[% ELSE %] - - - -

[% terms.Bug %] counts per component, version and milestone.

- -

- Component | - Version | - Milestone -

- -

Click on a value to show a list of most recently updated [% terms.bugs %].

- -
- - Component -
-
- - Version - (back to top) -
- [% IF Param('usetargetmilestone') %] -
- - Milestone - (back to top) -
- [% END %] -
- -[% END %] -- cgit v1.2.3-24-g4f1b