Author: jleroux
Date: Sat Apr 3 20:33:01 2010
New Revision: 930575
URL: http://svn.apache.org/viewvc?rev=930575&view=rev
Log:
Remove the presentation="layer" position="center" attributes as at the end they
will not be needed as layer will be the default and the default position will
finally be topleft. Actually they slipped in and I let them because it was not
a problem, but now I prefer to have all consistent and clear.
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=930575&r1=930574&r2=930575&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/main.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/main.ftl Sat Apr 3
20:33:01 2010
@@ -31,7 +31,7 @@ under the License.
<br />
<div class="label">${uiLabelMap.ProductEditCategoryWithCategoryId}:</div>
<form method="post" action="<@ofbizUrl>EditCategory</@ofbizUrl>"
style="margin: 0;" name="EditCategoryForm">
- <@formrenderer.renderLookupField name="productCategoryId"
id="productCategoryId" formName="EditCategoryForm"
fieldFormName="LookupProductCategory" presentation="layer" position="center"/>
+ <@formrenderer.renderLookupField name="productCategoryId"
id="productCategoryId" formName="EditCategoryForm"
fieldFormName="LookupProductCategory"/>
<input type="submit" value="${uiLabelMap.ProductEditCategory}"
class="smallSubmit"/>
</form>
<br />