From 81e4e438f9f494fb70e502a64fb1d35fded45baa Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 19 Jan 2012 00:35:30 +0800 Subject: Bug 716109: add release tracking report --- .../pages/release_tracking_report.html.tmpl | 103 +++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 extensions/BMO/template/en/default/pages/release_tracking_report.html.tmpl (limited to 'extensions/BMO/template/en/default/pages') diff --git a/extensions/BMO/template/en/default/pages/release_tracking_report.html.tmpl b/extensions/BMO/template/en/default/pages/release_tracking_report.html.tmpl new file mode 100644 index 000000000..ebf3e157c --- /dev/null +++ b/extensions/BMO/template/en/default/pages/release_tracking_report.html.tmpl @@ -0,0 +1,103 @@ +[%# 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. + #%] + +[% INCLUDE global/header.html.tmpl + title = "Release Tracking Report" + style_urls = [ "extensions/BMO/web/styles/reports.css" ] + javascript_urls = [ "extensions/BMO/web/js/release_tracking_report.js" ] +%] + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + +
Approval: + Show bugs where + + + was changed to (and is currently) + + + between + +
Status: + for the product + +
  + + [ + All | + None + ] + [ + Invert + ] +
+ + +
  + + + Bookmarkable Link +
+
+ +

+ "fixed" in the status field checks for the "verified" status as well as "fixed". +

+ +[% INCLUDE global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b