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

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

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

Jacques Le Roux
Administrator
From: <[hidden email]>
> 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 | Threaded
Open this post in threaded view
|

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

Bruno Busco
Done on rev. 821476.
-Bruno

2009/10/2 Jacques Le Roux <[hidden email]>:

> From: <[hidden email]>
>>
>> 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>
>>
>>
>
>
>