Author: mrisaliti
Date: Tue Dec 15 20:58:21 2009
New Revision: 890985

URL: http://svn.apache.org/viewvc?rev=890985&view=rev
Log:
Convert some tabs to 4 spaces

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

Modified: ofbiz/trunk/applications/humanres/widget/EmplLeaveScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/EmplLeaveScreens.xml?rev=890985&r1=890984&r2=890985&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/EmplLeaveScreens.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/EmplLeaveScreens.xml Tue Dec 15 
20:58:21 2009
@@ -40,37 +40,37 @@
                         <include-menu name="EmplLeaveTabBar" 
location="component://humanres/widget/HumanresMenus.xml"/>
                     </decorator-section>
                     <decorator-section name="body">
-                           <section>
+                        <section>
                             <condition>
                                 <if-has-permission permission="HUMANRES" 
action="_VIEW"/>
                             </condition>
                             <widgets>
-                                       <decorator-screen 
name="FindScreenDecorator" 
location="component://common/widget/CommonScreens.xml">
-                                           <decorator-section name="menu-bar">
-                                               <section>
-                                                   <widgets>
-                                                       <container 
style="button-bar">
-                                                           <link 
target="EditEmplLeave" text="${uiLabelMap.HumanResNewLeave}" 
style="buttontext"/>
-                                                       </container>
-                                                   </widgets>
-                                               </section>
-                                           </decorator-section>
-                                           <decorator-section 
name="search-options">
-                                               <include-form 
name="FindEmplLeaves" 
location="component://humanres/widget/forms/EmplLeaveForms.xml"/>
-                                           </decorator-section>
-                                           <decorator-section 
name="search-results">
-                                               <include-form 
name="ListEmplLeaves" 
location="component://humanres/widget/forms/EmplLeaveForms.xml"/>
-                                           </decorator-section>
-                                       </decorator-screen>
-                                   </widgets>
-                               </section>
+                                <decorator-screen name="FindScreenDecorator" 
location="component://common/widget/CommonScreens.xml">
+                                    <decorator-section name="menu-bar">
+                                        <section>
+                                            <widgets>
+                                                <container style="button-bar">
+                                                    <link 
target="EditEmplLeave" text="${uiLabelMap.HumanResNewLeave}" 
style="buttontext"/>
+                                                </container>
+                                            </widgets>
+                                        </section>
+                                    </decorator-section>
+                                    <decorator-section name="search-options">
+                                        <include-form name="FindEmplLeaves" 
location="component://humanres/widget/forms/EmplLeaveForms.xml"/>
+                                    </decorator-section>
+                                    <decorator-section name="search-results">
+                                        <include-form name="ListEmplLeaves" 
location="component://humanres/widget/forms/EmplLeaveForms.xml"/>
+                                    </decorator-section>
+                                </decorator-screen>
+                            </widgets>
+                        </section>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
         </section>
     </screen>
     <screen name="FindLeaveApprovals">
-       <section>
+        <section>
             <actions>
                 <set field="titleProperty" value="PageTitleFindApprovals"/>
                 <set field="tabButtonItem" value="Approval"/>
@@ -128,7 +128,7 @@
             <widgets>
                  <decorator-screen name="main-decorator" 
location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <include-menu name="EmplLeaveTabBar" 
location="component://humanres/widget/HumanresMenus.xml"/>        
+                        <include-menu name="EmplLeaveTabBar" 
location="component://humanres/widget/HumanresMenus.xml"/>
                         <screenlet id="AddEmplLeavePanel" 
title="${uiLabelMap.HumanResAddEmplLeave}" collapsible="true">
                             <include-form name="EditEmplLeave" 
location="component://humanres/widget/forms/EmplLeaveForms.xml"/>
                         </screenlet>
@@ -141,7 +141,7 @@
         <section>
             <actions>
                 <set field="titleProperty" 
value="PageTitleEditApprovalStatus"/>
-                <set field="tabButtonItem" value="Approval"/>                
+                <set field="tabButtonItem" value="Approval"/>
                 <set field="partyId" from-field="parameters.partyId"/>
                 <set field="leaveTypeId" from-field="parameters.leaveTypeId"/>
                 <set field="fromDate" from-field="parameters.fromDate"/>

Modified: ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml?rev=890985&r1=890984&r2=890985&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml Tue Dec 
15 20:58:21 2009
@@ -50,7 +50,7 @@
     <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"/>
+            <set field="entityName" value="EmplLeave"/>
             <service service-name="performFind" result-map="result" 
result-map-list="listIt">
                 <field-map field-name="inputFields" from-field="parameters"/>
                 <field-map field-name="entityName" from-field="entityName"/>
@@ -136,7 +136,7 @@
                 <field-map field-name="entityName" from-field="entityName"/>
             </service>
         </actions>
-               <auto-fields-entity entity-name="EmplLeave" 
default-field-type="display"/>
+        <auto-fields-entity entity-name="EmplLeave" 
default-field-type="display"/>
         <field name="partyId" field-name="partyId">
             <display-entity entity-name="PartyNameView" 
description="${firstName} ${lastName}">
                 <sub-hyperlink target="/partymgr/control/viewprofile" 
target-type="inter-app" description="${partyId}" link-style="buttontext">


Reply via email to