[%# 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. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "My Dashboard" style_urls = [ "extensions/MyDashboard/web/styles/mydashboard.css", "extensions/ProdCompSearch/web/styles/prod_comp_search.css" ] javascript_urls = [ "js/yui3/yui/yui-min.js", "extensions/MyDashboard/web/js/query.js", "extensions/MyDashboard/web/js/flags.js", "extensions/ProdCompSearch/web/js/prod_comp_search.js" ] %] [% standard_queries = [] %] [% saved_queries = [] %] [% FOREACH q = queries %] [% standard_queries.push(q) IF !q.saved %] [% saved_queries.push(q) IF q.saved %] [% END %]
Choose query: (add or remove saved searches)
0 [% terms.bugs %] found | Refresh | Buglist
[% PROCESS global/footer.html.tmpl %]