From 2aef9f30a01b18468ce4ff7f0865a3caec4c87b8 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Fri, 10 Aug 2012 16:41:30 -0400 Subject: small changes to Product Dashboard --- .../template/en/default/pages/productdashboard.html.tmpl | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'extensions/ProductDashboard/template/en/default/pages/productdashboard.html.tmpl') 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 @@ [% IF product %] -

[% product.name FILTER html %]

+
+ [% product.name FILTER html %] +
-

[% product.description FILTER none %]

+
+ [% product.description FILTER none %] +
[% WRAPPER global/tabs.html.tmpl tabs = tabs current_tab = current_tab %] -

[% current_tab.label FILTER html %]

+
+ [% current_tab.label FILTER html %] +
[% IF current_tab.name == 'summary' %] [% PROCESS pages/productdashboard/summary.html.tmpl %] -- cgit v1.2.3-24-g4f1b