From c034487bf62423265d0832197e0ff490f82330eb Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 22 Sep 2014 21:23:54 -0400 Subject: Bug 1023405 - Shortcut for marking bugs as read --- .../template/en/default/pages/mydashboard.html.tmpl | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'extensions/MyDashboard/template/en/default') diff --git a/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl b/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl index 023de290c..16f363f49 100644 --- a/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl +++ b/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl @@ -12,10 +12,12 @@ title = "My Dashboard" style_urls = [ "extensions/MyDashboard/web/styles/mydashboard.css", "extensions/ProdCompSearch/web/styles/prod_comp_search.css" ] + yui = ["json", "connection"], 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" ] + "extensions/ProdCompSearch/web/js/prod_comp_search.js", + "js/bug.js" ] %] [% standard_queries = [] %] @@ -104,8 +106,10 @@
0 [% terms.bugs %] found - | Refresh - | Buglist + | Refresh + | Mark Visited + Mark Visited + | Buglist
-- cgit v1.2.3-24-g4f1b