From: <bus...@apache.org>
Author: buscob
Date: Fri Oct  2 05:37:53 2009
New Revision: 820891

URL: http://svn.apache.org/viewvc?rev=820891&view=rev
Log:
Changed class="screenlet-header" to class="screenlet-title-bar".
Shouldn't we change all of them and remove the first one?

Hi Bruno,

If you are ready to do it, why not ? Code looks really better this these 
changes!

Jacques


Modified:
   ofbiz/trunk/applications/product/webapp/catalog/main.ftl

Modified: ofbiz/trunk/applications/product/webapp/catalog/main.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/main.ftl?rev=820891&r1=820890&r2=820891&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/main.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/main.ftl Fri Oct  2 
05:37:53 2009
@@ -18,8 +18,8 @@
-->

<div class="screenlet">
-    <div class="screenlet-header">
-        <div 
class='boxhead'>&nbsp;${uiLabelMap.ProductCatalogAdministrationMainPage}</div>
+    <div class="screenlet-title-bar">
+        <div 
class='h3'>${uiLabelMap.ProductCatalogAdministrationMainPage}</div>
    </div>
    <div class="screenlet-body">
        <#if !sessionAttributes.userLogin?exists>




Reply via email to