Author: jleroux
Date: Fri Jan 21 21:08:30 2011
New Revision: 1062029
URL:
http://svn.apache.org/viewvc?rev=1062029&view=revLog:
A patch from Arpit Singh Pandya "Fixed Layout of productreview.ftl." (
https://issues.apache.org/jira/browse/OFBIZ-3017) - OFBIZ-3017
Patch to fix the layout product review page.
Modified:
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/productreview.ftl
Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/productreview.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/productreview.ftl?rev=1062029&r1=1062028&r2=1062029&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/productreview.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/productreview.ftl Fri Jan 21 21:08:30 2011
@@ -19,7 +19,7 @@ under the License.
<#if requestParameters.product_id?exists>
<form id="reviewProduct" method="post" action="<@ofbizUrl>createProductReview</@ofbizUrl>">
- <fieldset>
+ <fieldset class="inline">
<input type="hidden" name="productStoreId" value="${productStore.productStoreId}" />
<input type="hidden" name="productId" value="${requestParameters.product_id}" />
<input type="hidden" name="product_id" value="${requestParameters.product_id}" />