svn commit: r829125 - in /ofbiz/trunk/applications/humanres/widget: CommonScreens.xml GlobalHRSettingScreens.xml HumanresMenus.xml Menus.xml PayGradeScreens.xml RecruitmentScreens.xml

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

svn commit: r829125 - in /ofbiz/trunk/applications/humanres/widget: CommonScreens.xml GlobalHRSettingScreens.xml HumanresMenus.xml Menus.xml PayGradeScreens.xml RecruitmentScreens.xml

buscob
Author: buscob
Date: Fri Oct 23 17:00:07 2009
New Revision: 829125

URL: http://svn.apache.org/viewvc?rev=829125&view=rev
Log:
Part of OFBIZ-3067 - Menus and form widget files location
Humanres component
Renamed humanres/widget/Menus.xml to humanres/widget/HumanresMenus.xml

Added:
    ofbiz/trunk/applications/humanres/widget/HumanresMenus.xml
      - copied unchanged from r829121, ofbiz/trunk/applications/humanres/widget/Menus.xml
Removed:
    ofbiz/trunk/applications/humanres/widget/Menus.xml
Modified:
    ofbiz/trunk/applications/humanres/widget/CommonScreens.xml
    ofbiz/trunk/applications/humanres/widget/GlobalHRSettingScreens.xml
    ofbiz/trunk/applications/humanres/widget/PayGradeScreens.xml
    ofbiz/trunk/applications/humanres/widget/RecruitmentScreens.xml

Modified: ofbiz/trunk/applications/humanres/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/CommonScreens.xml?rev=829125&r1=829124&r2=829125&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/CommonScreens.xml Fri Oct 23 17:00:07 2009
@@ -40,7 +40,7 @@
                 <set field="layoutSettings.javaScripts[]" value="/partymgr/static/partymgr.js" global="true"/>
                 <set field="layoutSettings.styleSheets[]" value="/partymgr/static/partymgr.css" global="true"/>
                 <set field="applicationMenuName" value="HumanResAppBar" global="true"/>
-                <set field="applicationMenuLocation" value="component://humanres/widget/Menus.xml" global="true"/>
+                <set field="applicationMenuLocation" value="component://humanres/widget/HumanresMenus.xml" global="true"/>
                 <set field="applicationTitle" value="${uiLabelMap.HumanResManagerApplication}" global="true"/>
             </actions>
             <widgets>
@@ -119,7 +119,7 @@
                                         <not><if-empty field="emplPosition"/></not>
                                     </condition>
                                     <widgets>
-                                        <include-menu name="EmplPostionBar" location="component://humanres/widget/Menus.xml"/>
+                                        <include-menu name="EmplPostionBar" location="component://humanres/widget/HumanresMenus.xml"/>
                                     </widgets>
                                 </section>
                                 <decorator-section-include name="body"/>
@@ -170,7 +170,7 @@
                                                 <not><if-empty field="parameters.fromDate"/></not>
                                             </condition>
                                             <widgets>
-                                                <include-menu name="EmploymentBar" location="component://humanres/widget/Menus.xml"/>
+                                                <include-menu name="EmploymentBar" location="component://humanres/widget/HumanresMenus.xml"/>
                                                 <container style="button-bar">
                                                     <link target="EditEmployment" text="${uiLabelMap.HumanResNewEmployment}" style="buttontext"/>
                                                 </container>
@@ -211,7 +211,7 @@
                                         <not><if-empty field="perfReviewId"/></not>
                                     </condition>
                                     <widgets>
-                                        <include-menu name="PartyBar" location="component://humanres/widget/Menus.xml"/>
+                                        <include-menu name="PartyBar" location="component://humanres/widget/HumanresMenus.xml"/>
                                     </widgets>
                                 </section>
                                 <decorator-section-include name="body"/>
@@ -246,7 +246,7 @@
                                 </and>
                             </condition>
                             <widgets>
-                                <include-menu name="EmployeeProfileTabBar" location="component://humanres/widget/Menus.xml"/>
+                                <include-menu name="EmployeeProfileTabBar" location="component://humanres/widget/HumanresMenus.xml"/>
                             </widgets>
                         </section>
                     </decorator-section>
@@ -303,7 +303,7 @@
                                 </and>
                             </condition>
                             <widgets>
-                                <include-menu name="EmployeeProfileTabBar" location="component://humanres/widget/Menus.xml"/>
+                                <include-menu name="EmployeeProfileTabBar" location="component://humanres/widget/HumanresMenus.xml"/>
                             </widgets>
                         </section>
                     </decorator-section>
@@ -357,7 +357,7 @@
                         <section>
                             <widgets>
                                 <container>
-                                    <include-menu name="GlobalHRSettingMenus" location="component://humanres/widget/Menus.xml"/>
+                                    <include-menu name="GlobalHRSettingMenus" location="component://humanres/widget/HumanresMenus.xml"/>
                                 </container>
                             </widgets>
                         </section>
@@ -380,7 +380,7 @@
                             <widgets>
                                 <section>
                                     <widgets>
-                                        <include-menu name="RecruitmentTypeMenu" location="component://humanres/widget/Menus.xml"/>
+                                        <include-menu name="RecruitmentTypeMenu" location="component://humanres/widget/HumanresMenus.xml"/>
                                     </widgets>
                                 </section>
                                 <decorator-section-include name="body"/>
@@ -404,7 +404,7 @@
                         <section>
                             <widgets>
                                 <container>
-                                    <include-menu name="TrainingTypeMenu" location="component://humanres/widget/Menus.xml"/>
+                                    <include-menu name="TrainingTypeMenu" location="component://humanres/widget/HumanresMenus.xml"/>
                                 </container>
                             </widgets>
                         </section>

Modified: ofbiz/trunk/applications/humanres/widget/GlobalHRSettingScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/GlobalHRSettingScreens.xml?rev=829125&r1=829124&r2=829125&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/GlobalHRSettingScreens.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/GlobalHRSettingScreens.xml Fri Oct 23 17:00:07 2009
@@ -130,7 +130,7 @@
                                 </not>
                             </condition>
                             <widgets>
-                                <include-menu location="component://humanres/widget/Menus.xml" name="EmplPositionTypeTabBar"/>
+                                <include-menu location="component://humanres/widget/HumanresMenus.xml" name="EmplPositionTypeTabBar"/>
                             </widgets>
                         </section>
                         <screenlet title="${uiLabelMap.HumanResEditEmplPositionType}">
@@ -158,7 +158,7 @@
             <widgets>
                 <decorator-screen name="GlobalHRSettingsDecorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <include-menu location="component://humanres/widget/Menus.xml" name="EmplPositionTypeTabBar"/>
+                        <include-menu location="component://humanres/widget/HumanresMenus.xml" name="EmplPositionTypeTabBar"/>
                         <screenlet id="AddEmplPositionTypeRatePanel" title="${uiLabelMap.CommonAdd} ${uiLabelMap.HumanResEmplPositionType} ${uiLabelMap.CommonRate}" collapsible="true">
                             <include-form name="AddEmplPositionTypeRate" location="component://humanres/widget/forms/GlobalHRSettingForms.xml"/>
                         </screenlet>

Modified: ofbiz/trunk/applications/humanres/widget/PayGradeScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/PayGradeScreens.xml?rev=829125&r1=829124&r2=829125&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/PayGradeScreens.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/PayGradeScreens.xml Fri Oct 23 17:00:07 2009
@@ -71,7 +71,7 @@
                                 <not><if-empty field="parameters.payGradeId"/></not>
                             </condition>
                             <widgets>
-                                <include-menu name="SalaryBar" location="component://humanres/widget/Menus.xml"/>
+                                <include-menu name="SalaryBar" location="component://humanres/widget/HumanresMenus.xml"/>
                             </widgets>
                         </section>
                         <screenlet title="${uiLabelMap.HumanResEditPayGrade} [${payGradeId}]">
@@ -103,7 +103,7 @@
                                 <not><if-empty field="parameters.payGradeId"/></not>
                             </condition>
                             <widgets>
-                                <include-menu name="SalaryBar" location="component://humanres/widget/Menus.xml"/>
+                                <include-menu name="SalaryBar" location="component://humanres/widget/HumanresMenus.xml"/>
                             </widgets>
                         </section>
                         <screenlet id="AddSalaryStepPanel" title="${uiLabelMap.HumanResAddSalaryStep} [${payGradeId}]" collapsible="true">

Modified: ofbiz/trunk/applications/humanres/widget/RecruitmentScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/RecruitmentScreens.xml?rev=829125&r1=829124&r2=829125&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/RecruitmentScreens.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/RecruitmentScreens.xml Fri Oct 23 17:00:07 2009
@@ -104,7 +104,7 @@
             <widgets>
                 <decorator-screen name="CommonRecruitmentDecorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <include-menu name="InternalJobPostingTabBar" location="component://humanres/widget/Menus.xml"/>
+                        <include-menu name="InternalJobPostingTabBar" location="component://humanres/widget/HumanresMenus.xml"/>
                         <section>
                             <condition>
                                 <if-has-permission permission="HUMANRES" action="_VIEW"/>
@@ -149,7 +149,7 @@
             <widgets>
                 <decorator-screen name="CommonRecruitmentDecorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <include-menu name="InternalJobPostingTabBar" location="component://humanres/widget/Menus.xml"/>
+                        <include-menu name="InternalJobPostingTabBar" location="component://humanres/widget/HumanresMenus.xml"/>
                         <screenlet id="EditInternalJobPosting" title="${uiLabelMap.HumanResNewInternalJobPosting}" collapsible="true">
                             <include-form name="EditInternalJobPosting" location="component://humanres/widget/forms/RecruitmentForms.xml"/>
                         </screenlet>
@@ -167,7 +167,7 @@
             <widgets>
                 <decorator-screen name="CommonRecruitmentDecorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <include-menu name="InternalJobPostingTabBar" location="component://humanres/widget/Menus.xml"/>
+                        <include-menu name="InternalJobPostingTabBar" location="component://humanres/widget/HumanresMenus.xml"/>
                         <section>
                             <condition>
                                 <if-has-permission permission="HUMANRES" action="_VIEW"/>
@@ -211,7 +211,7 @@
             <widgets>
                 <decorator-screen name="CommonRecruitmentDecorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <include-menu name="InternalJobPostingTabBar" location="component://humanres/widget/Menus.xml"/>
+                        <include-menu name="InternalJobPostingTabBar" location="component://humanres/widget/HumanresMenus.xml"/>
                         <section>
                             <widgets>
                                 <container style="boxoutside">
@@ -241,7 +241,7 @@
             <widgets>
                 <decorator-screen name="CommonRecruitmentDecorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <include-menu name="InternalJobPostingTabBar" location="component://humanres/widget/Menus.xml"/>
+                        <include-menu name="InternalJobPostingTabBar" location="component://humanres/widget/HumanresMenus.xml"/>
                         <section>
                             <condition>
                                 <if-has-permission permission="HUMANRES" action="_VIEW"/>
@@ -276,7 +276,7 @@
             <widgets>
                 <decorator-screen name="CommonRecruitmentDecorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <include-menu name="InternalJobPostingTabBar" location="component://humanres/widget/Menus.xml"/>
+                        <include-menu name="InternalJobPostingTabBar" location="component://humanres/widget/HumanresMenus.xml"/>
                         <screenlet id="EditApprovalStatus" title="${uiLabelMap.HumanResEditApprovalStatus}" collapsible="true">
                             <include-form name="EditApprovalStatus" location="component://humanres/widget/forms/RecruitmentForms.xml"/>
                         </screenlet>
@@ -294,7 +294,7 @@
             <widgets>
                 <decorator-screen name="CommonRecruitmentDecorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <include-menu name="InternalJobPostingTabBar" location="component://humanres/widget/Menus.xml"/>
+                        <include-menu name="InternalJobPostingTabBar" location="component://humanres/widget/HumanresMenus.xml"/>
                         <section>
                             <condition>
                                 <if-has-permission permission="HUMANRES" action="_VIEW"/>