You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bu...@apache.org on 2009/10/02 07:37:53 UTC

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

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>



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

Posted by Bruno Busco <br...@gmail.com>.
Done on rev. 821476.
-Bruno

2009/10/2 Jacques Le Roux <ja...@les7arts.com>:
> From: <bu...@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>
>>
>>
>
>
>

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

Posted by Jacques Le Roux <ja...@les7arts.com>.
From: <bu...@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>
>
>