Author: jacopoc
Date: Tue May 13 03:53:22 2008
New Revision: 655807
URL: http://svn.apache.org/viewvc?rev=655807&view=rev
Log:
Layout fix for the product detail page for configurable products.
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl?rev=655807&r1=655806&r2=655807&view=diff
==============================================================================
---
ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl
(original)
+++
ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl
Tue May 13 03:53:22 2008
@@ -172,7 +172,9 @@
-->
</script>
-<table border="0" cellpadding="2" cellspacing='0'>
+<div id="productdetail">
+
+<table border="0" cellpadding="2" cellspacing="0" width="100%">
<#-- Category next/previous -->
<#if category?exists>
@@ -703,3 +705,4 @@
</#if>
</#list>
</#if>
+</div>