Author: jleroux
Date: Fri May 9 10:39:13 2008
New Revision: 654894
URL:
http://svn.apache.org/viewvc?rev=654894&view=revLog:
Removed internal name and ID in quick shipping parameters. They were not needed anymore (since shown above) and was shifting names vs input fields since screenlet is use.
Modified:
ofbiz/trunk/applications/product/webapp/catalog/product/EditProductQuickAdmin.ftl
Modified: ofbiz/trunk/applications/product/webapp/catalog/product/EditProductQuickAdmin.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductQuickAdmin.ftl?rev=654894&r1=654893&r2=654894&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/product/EditProductQuickAdmin.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/product/EditProductQuickAdmin.ftl Fri May 9 10:39:13 2008
@@ -231,8 +231,6 @@
<#assign rowClass = "2">
<#list assocProducts as assocProduct>
<tr valign="middle"<#if rowClass == "1"> class="alternate-row"</#if>>
- <td nowrap>${assocProduct.productId?if_exists}</td>
- <td width="100%">${assocProduct.internalName?if_exists}<input type="hidden" name="productId${idx}" value="${assocProduct.productId?if_exists}"/></td>
<td><input type="text" name="productHeight${idx}" size="6" maxlength="20" value="${assocProduct.productHeight?if_exists}"/></td>
<td><input type="text" name="productWidth${idx}" size="6" maxlength="20" value="${assocProduct.productWidth?if_exists}"/></td>
<td><input type="text" name="productDepth${idx}" size="6" maxlength="20" value="${assocProduct.productDepth?if_exists}"/></td>
@@ -259,8 +257,6 @@
</tr>
<#else>
<tr>
- <td>${productId?if_exists}</td>
- <td>${product.internalName?if_exists}</td>
<td><input type="text" name="productHeight" size="6" maxlength="20" value="${product.productHeight?if_exists}"></td>
<td><input type="text" name="productWidth" size="6" maxlength="20" value="${product.productWidth?if_exists}"></td>
<td><input type="text" name="productDepth" size="6" maxlength="20" value="${product.productDepth?if_exists}"></td>