svn commit: r929235 - /ofbiz/trunk/specialpurpose/workflow/webapp/workflow/workflow/readxpdl.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r929235 - /ofbiz/trunk/specialpurpose/workflow/webapp/workflow/workflow/readxpdl.ftl

buscob
Author: buscob
Date: Tue Mar 30 19:51:54 2010
New Revision: 929235

URL: http://svn.apache.org/viewvc?rev=929235&view=rev
Log:
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>&nbsp;</td>
       </tr>
       <tr>
         <td>&nbsp;</td>
-        <td><input type="submit" value='${uiLabelMap.CommonView}'></td>
+        <td><input type="submit" value='${uiLabelMap.CommonView}'/></td>
         <td>&nbsp;</td>
       </tr>
     </table>