summaryrefslogtreecommitdiffstats
path: root/extensions/ProductDashboard/template
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-08-10 20:56:20 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-08-10 20:56:20 +0200
commit3524a4610f7355d1e055eb4a0dccb71ccecefc33 (patch)
treead0123e1c296733a7d8048afd8d0a91687906538 /extensions/ProductDashboard/template
parent12070e973724b68444cb11d37bef8f0cf6e26c52 (diff)
downloadbugzilla-3524a4610f7355d1e055eb4a0dccb71ccecefc33.tar.gz
bugzilla-3524a4610f7355d1e055eb4a0dccb71ccecefc33.tar.xz
small changes to Product Dashboard
Diffstat (limited to 'extensions/ProductDashboard/template')
-rw-r--r--extensions/ProductDashboard/template/en/default/pages/productdashboard.html.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/ProductDashboard/template/en/default/pages/productdashboard.html.tmpl b/extensions/ProductDashboard/template/en/default/pages/productdashboard.html.tmpl
index a319060d1..e74e8040c 100644
--- a/extensions/ProductDashboard/template/en/default/pages/productdashboard.html.tmpl
+++ b/extensions/ProductDashboard/template/en/default/pages/productdashboard.html.tmpl
@@ -101,7 +101,7 @@
[% IF summary.keys %]
<input type="hidden" name="[% summary.type FILTER html %]" value="[% summary.value FILTER html %]">
[% END %]
-
+
[% IF product %]
<span id="product_dashboard_links">
<ul>
@@ -113,7 +113,7 @@
</span>
[% END %]
- <h3>Product: [% product.name FILTER html %]</h3>
+ <strong>Choose product:</strong>
<select name="product">
[% FOREACH c = classifications %]
<optgroup label="[% c.name FILTER html %]">
@@ -139,6 +139,7 @@
<input type="submit" value="[% IF product %]Change[% ELSE %]Submit[% END %]">
[% IF product %]
+ <h2>[% product.name FILTER html %]</h2>
<p><i>[% product.description FILTER none %]</i></p>