Author: lektran
Date: Thu Mar 18 00:56:30 2010
New Revision: 924573
URL:
http://svn.apache.org/viewvc?rev=924573&view=revLog:
xhtml fixes, forms aren't allowed within p tags and an input tag wasn't closed
Modified:
ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityMaint.ftl
Modified: ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityMaint.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityMaint.ftl?rev=924573&r1=924572&r2=924573&view=diff==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityMaint.ftl (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityMaint.ftl Thu Mar 18 00:56:30 2010
@@ -24,8 +24,8 @@ under the License.
<br class="clear"/>
</div>
<div class="screenlet-body">
- <p>
- <form target="<@ofbizUrl>/entitymaint</@ofbizUrl>">
+ <div>
+ <form action="<@ofbizUrl>/entitymaint</@ofbizUrl>">
<b>${uiLabelMap.CommonGroup}:</b>
<select name="filterByGroupName">
<option value="">${uiLabelMap.CommonAll}</option>
@@ -34,10 +34,10 @@ under the License.
</#list>
</select>
<b>${uiLabelMap.WebtoolsEntityName}:</b>
- <input type= "text" name= "filterByEntityName" value="${parameters.filterByEntityName?if_exists}">
+ <input type= "text" name= "filterByEntityName" value="${parameters.filterByEntityName?if_exists}"/>
<input type="submit"/>
</form>
- </p>
+ </div>
<p><b><u>${uiLabelMap.CommonNote}</u></b></p>
<p>
<b>${uiLabelMap.WebtoolsCreate}</b> = ${uiLabelMap.CommonCreateNew}