diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-08-10 20:57:05 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-08-10 20:57:05 +0200 |
commit | f8d1e773e300c24257deb9c5e7b77e1f9fe3a1f8 (patch) | |
tree | ec02ea6b10903f955ee3a4953ed1314b5375b146 /extensions/MyDashboard/template | |
parent | 3524a4610f7355d1e055eb4a0dccb71ccecefc33 (diff) | |
download | bugzilla-f8d1e773e300c24257deb9c5e7b77e1f9fe3a1f8.tar.gz bugzilla-f8d1e773e300c24257deb9c5e7b77e1f9fe3a1f8.tar.xz |
small changes to My Dashboard
Diffstat (limited to 'extensions/MyDashboard/template')
-rw-r--r-- | extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl b/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl index 0fb526dd7..1dbc749b7 100644 --- a/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl +++ b/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl @@ -195,47 +195,6 @@ }); --> </script> - - <div id="activeproducts"> - <div class="query_heading"> - Products with Open [% terms.Bugs %] - </div> - <div id="activeproducts_table_container"> - <table id="activeproducts_table" cellspacing="0" cellpadding="4" width="100%"> - <thead> - <tr bgcolor="#dedede"> - <th>Count</th> - <th>Product</th> - </tr> - </thead> - <tbody> - [% FOREACH product = products %] - <tr class="bz_bugitem [%+ loop.count() % 2 == 0 ? "bz_row_odd" : "bz_row_even" %]"> - <td align="right">[% product.count FILTER html %]</td> - <td><a href="buglist.cgi?product=[% product.product FILTER uri %][% products_buffer FILTER none %]"> - [% product.product FILTER html %]</a></td> - </tr> - [% END %] - </tbody> - </table> - </div> - </div> - <script> - <!-- - var product_column_defs = [ - { key:"count", label:"Count", sortable:true }, - { key:"product", label:"Product", sortable:true } - ]; - var product_fields = [ - { key:"count", parser:"number" }, - { key:"product" } - ]; - addStatListener("activeproducts_table_container", "activeproducts_table", product_column_defs, product_fields, { - paginator: new YAHOO.widget.Paginator({ rowsPerPage: 25, alwaysVisible: false }) - }); - --> - </script> - </div> <div style="clear:both;"></div> </div> |