summaryrefslogtreecommitdiffstats
path: root/extensions/ProductDashboard/template
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-08-10 22:41:30 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-08-10 22:41:30 +0200
commit2aef9f30a01b18468ce4ff7f0865a3caec4c87b8 (patch)
treea27f7b9fc2ba207d4eecb3d84af61f9616ea8c97 /extensions/ProductDashboard/template
parentfa6a04cf74404946ceb71c055c152b7859c5a65a (diff)
downloadbugzilla-2aef9f30a01b18468ce4ff7f0865a3caec4c87b8.tar.gz
bugzilla-2aef9f30a01b18468ce4ff7f0865a3caec4c87b8.tar.xz
small changes to Product Dashboard
Diffstat (limited to 'extensions/ProductDashboard/template')
-rw-r--r--extensions/ProductDashboard/template/en/default/pages/productdashboard.html.tmpl12
1 files changed, 9 insertions, 3 deletions
diff --git a/extensions/ProductDashboard/template/en/default/pages/productdashboard.html.tmpl b/extensions/ProductDashboard/template/en/default/pages/productdashboard.html.tmpl
index e74e8040c..9f537636f 100644
--- a/extensions/ProductDashboard/template/en/default/pages/productdashboard.html.tmpl
+++ b/extensions/ProductDashboard/template/en/default/pages/productdashboard.html.tmpl
@@ -139,16 +139,22 @@
<input type="submit" value="[% IF product %]Change[% ELSE %]Submit[% END %]">
[% IF product %]
- <h2>[% product.name FILTER html %]</h2>
+ <div class="product_name">
+ [% product.name FILTER html %]
+ </div>
- <p><i>[% product.description FILTER none %]</i></p>
+ <div class="product_description">
+ [% product.description FILTER none %]
+ </div>
[% WRAPPER global/tabs.html.tmpl
tabs = tabs
current_tab = current_tab
%]
- <h3>[% current_tab.label FILTER html %]</h3>
+ <div class="current_tab_label">
+ [% current_tab.label FILTER html %]
+ </div>
[% IF current_tab.name == 'summary' %]
[% PROCESS pages/productdashboard/summary.html.tmpl %]