Re:svn commit: r610877 - /ofbiz/trunk/applications/product/webapp/catalog/product/ProductTabBar.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: r610877 - /ofbiz/trunk/applications/product/webapp/catalog/product/ProductTabBar.ftl

mrisaliti@libero.it
Hi to all,

I have committed in rev.611579  a different version of the ProductTabBar.ftl that can solved this problem.
I have tried it into Firefox and Safari on Mac Os X and seems to me it's working.
Please let me know if you see some more issues.

Thanks
Marco


------
Author: jleroux
Date: Thu Jan 10 11:00:10 2008
New Revision: 610877

URL: http://svn.apache.org/viewvc?rev=610877&view=rev
Log:
Put a new line between product menu bar and item description line (was an issue on Firefox)

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

Modified: ofbiz/trunk/applications/product/webapp/catalog/product/ProductTabBar.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/ProductTabBar.ftl?rev=610877&r1=610876&r2=610877&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/product/ProductTabBar.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/product/ProductTabBar.ftl Thu Jan 10 11:00:10 2008
@@ -61,6 +61,7 @@
            </#if>
            <li><a href="<@ofbizUrl>EditProductWorkEfforts?productId=${productId}</@ofbizUrl>" class="${selectedClassMap.EditProductWorkEfforts?default(unselectedClassName)}">${uiLabelMap.WorkEffortWorkEffort}</a><li>
            <li><a href="<@ofbizUrl>EditProductParties?productId=${productId}</@ofbizUrl>" class="${selectedClassMap.EditProductParties?default(unselectedClassName)}">${uiLabelMap.PartyParties}</a><li>
-        </ul>
+        </ul>
+      <br/>
    </div>
</#if>

Reply | Threaded
Open this post in threaded view
|

Re: Re:svn commit: r610877 - /ofbiz/trunk/applications/product/webapp/catalog/product/ProductTabBar.ftl

Jacques Le Roux
Administrator
Well done Marco,

It's better on Windows for Firefox, IE7 and Opera. I suppose it's the same on Linux

Jacques

From: <[hidden email]>

> Hi to all,
>
> I have committed in rev.611579  a different version of the ProductTabBar.ftl that can solved this problem.
> I have tried it into Firefox and Safari on Mac Os X and seems to me it's working.
> Please let me know if you see some more issues.
>
> Thanks
> Marco
>
>
> ------
> Author: jleroux
> Date: Thu Jan 10 11:00:10 2008
> New Revision: 610877
>
> URL: http://svn.apache.org/viewvc?rev=610877&view=rev
> Log:
> Put a new line between product menu bar and item description line (was an issue on Firefox)
>
> Modified:
>   ofbiz/trunk/applications/product/webapp/catalog/product/ProductTabBar.ftl
>
> Modified: ofbiz/trunk/applications/product/webapp/catalog/product/ProductTabBar.ftl
> URL:
> http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/ProductTabBar.ftl?rev=610877&r1=610876&r2=610877&view=diff
> ==============================================================================
> --- ofbiz/trunk/applications/product/webapp/catalog/product/ProductTabBar.ftl (original)
> +++ ofbiz/trunk/applications/product/webapp/catalog/product/ProductTabBar.ftl Thu Jan 10 11:00:10 2008
> @@ -61,6 +61,7 @@
>            </#if>
>            <li><a href="<@ofbizUrl>EditProductWorkEfforts?productId=${productId}</@ofbizUrl>"
> class="${selectedClassMap.EditProductWorkEfforts?default(unselectedClassName)}">${uiLabelMap.WorkEffortWorkEffort}</a><li>
>            <li><a href="<@ofbizUrl>EditProductParties?productId=${productId}</@ofbizUrl>"
> class="${selectedClassMap.EditProductParties?default(unselectedClassName)}">${uiLabelMap.PartyParties}</a><li>
> -        </ul>
> +        </ul>
> +      <br/>
>    </div>
> </#if>
>
>
>