Author: erwan
Date: Tue Feb 23 10:29:19 2010
New Revision: 915270

URL: http://svn.apache.org/viewvc?rev=915270&view=rev
Log:
Removed some trailing spaces

Modified:
    ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml

Modified: ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml?rev=915270&r1=915269&r2=915270&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml Tue Feb 
23 10:29:19 2010
@@ -18,7 +18,7 @@
     under the License.
 -->
 
-<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
+<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
         
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd";>
     <form name="FindEmplLeaves" type="single" target="FindEmplLeaves"
         odd-row-style="header-row" default-table-style="basic-table">
@@ -47,7 +47,7 @@
         <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't 
there then with all fields empty no query will be done --></field>
         <field name="searchButton" title="${uiLabelMap.CommonFind}" 
widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListEmplLeaves" list-name="listIt" type="list" 
odd-row-style="alternate-row" header-row-style="header-row-2" 
+    <form name="ListEmplLeaves" list-name="listIt" type="list" 
odd-row-style="alternate-row" header-row-style="header-row-2"
         paginate-target="FindEmplLeaves" default-table-style="basic-table 
hover-bar">
         <actions>
             <set field="entityName" value="EmplLeave"/>
@@ -75,17 +75,17 @@
         </field>
         <field name="leaveStatus"><display/></field>
         <field name="updateLeave" title="${uiLabelMap.CommonUpdate}" 
widget-style="buttontext" use-when="hasAdminPermission">
-            <hyperlink also-hidden="false" 
description="${uiLabelMap.CommonUpdate}" target="EditEmplLeave"> 
+            <hyperlink also-hidden="false" 
description="${uiLabelMap.CommonUpdate}" target="EditEmplLeave">
                 <parameter param-name="partyId"/>
                 <parameter param-name="leaveTypeId"/>
                 <parameter param-name="fromDate"/>
             </hyperlink>
         </field>
         <field name="deleteLink" title="${uiLabelMap.CommonDelete}" 
widget-style="buttontext" use-when="hasAdminPermission">
-            <hyperlink also-hidden="false" 
description="${uiLabelMap.CommonDelete}" target="deleteEmplLeave"> 
+            <hyperlink also-hidden="false" 
description="${uiLabelMap.CommonDelete}" target="deleteEmplLeave">
                 <parameter param-name="partyId"/>
                 <parameter param-name="leaveTypeId"/>
-                <parameter param-name="fromDate"/> 
+                <parameter param-name="fromDate"/>
             </hyperlink>
         </field>
         <field name="description"><hidden/></field>
@@ -153,7 +153,7 @@
         </field>
         <field name="leaveStatus"><display/></field>
         <field name="UpdateStatus" title="${uiLabelMap.CommonUpdate}" 
widget-style="buttontext">
-            <hyperlink target="EditEmplLeaveStatus" 
description="${uiLabelMap.CommonUpdate}" > 
+            <hyperlink target="EditEmplLeaveStatus" 
description="${uiLabelMap.CommonUpdate}" >
                 <parameter param-name="partyId"/>
                 <parameter param-name="fromDate"/>
                 <parameter param-name="leaveTypeId"/>


Reply via email to