Author: buscob
Date: Tue Mar 30 19:51:54 2010
New Revision: 929235
URL:
http://svn.apache.org/viewvc?rev=929235&view=revLog:
A patch from Blas Rodriguez Somoza - OFBIZ-3620 - XHTML validation errors (specialpurpose_workflow)
XHTML validation errors
- Unclosed INPUT
- Unclosed SPAN
Modified:
ofbiz/trunk/specialpurpose/workflow/webapp/workflow/workflow/readxpdl.ftl
Modified: ofbiz/trunk/specialpurpose/workflow/webapp/workflow/workflow/readxpdl.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/workflow/webapp/workflow/workflow/readxpdl.ftl?rev=929235&r1=929234&r2=929235&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/workflow/webapp/workflow/workflow/readxpdl.ftl (original)
+++ ofbiz/trunk/specialpurpose/workflow/webapp/workflow/workflow/readxpdl.ftl Tue Mar 30 19:51:54 2010
@@ -26,17 +26,17 @@ under the License.
<table class="basic-table form-widget-table">
<tr>
<td class="label">${uiLabelMap.WorkflowXpdlFilenameOrUrl}</td>
- <td><input name='XPDL_LOCATION' type="text" size='60' value='${parameters.XPDL_LOCATION?if_exists}'></td>
- <td><span class="label">${uiLabelMap.WorkflowDataIsUrl}</span><input type="checkbox" name='XPDL_IS_URL'<#if parameters.XPDL_IS_URL?has_content> checked="checked"</#if>></td>
+ <td><input name='XPDL_LOCATION' type="text" size='60' value='${parameters.XPDL_LOCATION?if_exists}'/></td>
+ <td><span class="label">${uiLabelMap.WorkflowDataIsUrl}</span><input type="checkbox" name='XPDL_IS_URL'<#if parameters.XPDL_IS_URL?has_content> checked="checked"</#if>/></td>
</tr>
<tr>
<td class="label">${uiLabelMap.WorkflowImportUpdateToDB}</td>
- <td><input type="checkbox" name='XPDL_IMPORT'></td>
+ <td><input type="checkbox" name='XPDL_IMPORT'/></td>
<td> </td>
</tr>
<tr>
<td> </td>
- <td><input type="submit" value='${uiLabelMap.CommonView}'></td>
+ <td><input type="submit" value='${uiLabelMap.CommonView}'/></td>
<td> </td>
</tr>
</table>