svn commit: r820891 - /ofbiz/trunk/applications/product/webapp/catalog/main.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r820891 - /ofbiz/trunk/applications/product/webapp/catalog/main.ftl

buscob
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?

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>