svn commit: r739739 [3/3] - in /ofbiz/trunk: applications/content/webapp/content/layout/ applications/content/widget/ applications/content/widget/compdoc/ applications/content/widget/content/ applications/content/widget/forum/ applications/product/widg...

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

svn commit: r739739 [3/3] - in /ofbiz/trunk: applications/content/webapp/content/layout/ applications/content/widget/ applications/content/widget/compdoc/ applications/content/widget/content/ applications/content/widget/forum/ applications/product/widg...

jleroux@apache.org
Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml?rev=739739&r1=739738&r2=739739&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml Sun Feb  1 11:07:47 2009
@@ -162,7 +162,7 @@
                 <link target="AddProjectAndAssoc?workEffortIdFrom=${workEffort.workEffortId}" text="${uiLabelMap.WorkEffortAddChild}" style="buttontext"></link>
                 <link target="AddProjectAndAssoc?workEffortIdFrom=${workEffort.workEffortId}" text="${uiLabelMap.WorkEffortAddExistingWorkEffortChild}" style="buttontext"></link>
                 <section>
-                    <condition><not><if-empty field-name="workEffortAssoc"/></not></condition>
+                    <condition><not><if-empty field="workEffortAssoc"/></not></condition>
                     <widgets>
                         <link target="EditProjectAndAssoc?workEffortIdFrom=${workEffortAssoc.workEffortIdFrom}&amp;workEffortIdTo=${workEffortAssoc.workEffortIdTo}&amp;workEffortAssocTypeId=${workEffortAssoc.workEffortAssocTypeId}&amp;fromDate=${workEffortAssoc.fromDate}&amp;DONE_PAGE=${donePage}" text="Edit Assoc" style="buttontext"></link>
                         <link target="EditProjectAndAssoc?workEffortIdFrom=${workEffortAssoc.workEffortIdFrom}&amp;workEffortIdTo=${workEffortAssoc.workEffortIdTo}&amp;workEffortAssocTypeId=${workEffortAssoc.workEffortAssocTypeId}&amp;fromDate=${workEffortAssoc.fromDate}&amp;DONE_PAGE=${donePage}" text="Edit Assoc Detail" style="buttontext"></link>
@@ -242,7 +242,7 @@
                                 <container style="screenlet-body">
                                     <section>
                                         <condition>
-                                            <if-empty field-name="phases"/>
+                                            <if-empty field="phases"/>
                                         </condition>
                                         <widgets>    
                                             <label style="h3" text="${uiLabelMap.ProjectMgrNoPhasesYet}"/>
@@ -293,7 +293,7 @@
                     <decorator-section name="body">
                         <section>
                             <condition>
-                                    <if-empty field-name="workEffortAssocTypeId"/>
+                                    <if-empty field="workEffortAssocTypeId"/>
                             </condition>
                             <!-- Add a new Task -->
                             <widgets>
@@ -306,7 +306,7 @@
                                 <section>
                                     <condition>
                                         <not>
-                                            <if-empty field-name="workEffortIdFrom"/>
+                                            <if-empty field="workEffortIdFrom"/>
                                         </not>
                                     </condition>
                                     <!-- Edit an existing Task -->
@@ -622,7 +622,7 @@
                     <include-form name="ListProjectProviderParties" location="component://projectmgr/widget/forms/ProjectForms.xml"/>
                     <section>
                         <condition>
-                            <not><if-empty field-name="clientAssigns"/></not>
+                            <not><if-empty field="clientAssigns"/></not>
                         </condition>
                         <widgets>
                             <label style="h3" text="${uiLabelMap.ProjectMgrClientContacts}"></label>
@@ -631,7 +631,7 @@
                     </section>
                     <section>
                         <condition>
-                            <not><if-empty field-name="companyAssigns"/></not>
+                            <not><if-empty field="companyAssigns"/></not>
                         </condition>
                         <widgets>
                             <label style="h3" text="${uiLabelMap.ProjectMgrCompanies}"></label>
@@ -784,7 +784,7 @@
                                     <if-compare field-name="hasViewPermission" operator="equals" value="true" type="Boolean"/>
                                     <if-compare field-name="hasPcmCreatePermission" operator="equals" value="true" type="Boolean"/>
                                     <if-compare field-name="hasPcmUpdatePermission" operator="equals" value="true" type="Boolean"/>
-                                    <not><if-empty field-name="mechMap.partyContactMech"/></not>
+                                    <not><if-empty field="mechMap.partyContactMech"/></not>
                                 </or>
                             </condition>
                             <widgets>
@@ -837,7 +837,7 @@
                             <widgets>
                                 <section>
                                     <condition>
-                                        <not><if-empty field-name="communicationEvent"/></not>
+                                        <not><if-empty field="communicationEvent"/></not>
                                     </condition>
                                     <widgets>
                                         <label style="h1" text="${uiLabelMap.PartyEditCommunicationEvent}"/>

Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/ResourceScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/ResourceScreens.xml?rev=739739&r1=739738&r2=739739&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/ResourceScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/ResourceScreens.xml Sun Feb  1 11:07:47 2009
@@ -26,7 +26,7 @@
                 <set field="titleProperty" value="PageTitleFindResource"/>
                 <set field="labelTitleProperty" value="ProjectMgrResourceName"/>
                 <set field="workEffortId" from-field="parameters.projectId"/>
-                <entity-condition entity-name="PartyRoleAndPartyDetail" list-name="resources">
+                <entity-condition entity-name="PartyRoleAndPartyDetail" list="resources">
                     <condition-list combine="and">
                         <condition-expr field-name="roleTypeId" operator="equals" value="PROJECT_TEAM"/>
                         <condition-expr field-name="statusId" operator="not-equals" value="PARTY_DISABLED"/>
@@ -84,7 +84,7 @@
                 <set field="layoutSettings.javaScripts[]" value="/partymgr/js/PartyProfileContent.js" global="true"/>                
                 <script location="component://party/webapp/partymgr/WEB-INF/actions/party/ViewProfile.groovy"/>
                 <script location="component://party/webapp/partymgr/WEB-INF/actions/party/GetUserLoginPrimaryEmail.groovy"/>
-                <entity-condition entity-name="RoleTypeAndParty" list-name="partyRoles">
+                <entity-condition entity-name="RoleTypeAndParty" list="partyRoles">
                     <condition-list combine="and">
                         <condition-expr field-name="partyId" operator="equals" value="${parameters.partyId}"/>
                         <condition-expr field-name="roleTypeId" operator="not-equals" value="_NA_"/>
@@ -97,7 +97,7 @@
                     <decorator-section name="body">
                         <section>
                             <condition>
-                                <not><if-empty field-name="party"/></not>
+                                <not><if-empty field="party"/></not>
                             </condition>
                             <widgets>
                                 <container style="lefthalf">
@@ -152,7 +152,7 @@
                 <set field="headerItem" value="find"/>
                 <set field="tabButtonItem" value="viewroles"/>
                 <set field="labelTitleProperty" value="PartyMemberRoles"/>
-                <entity-condition entity-name="RoleTypeAndParty" list-name="partyRoles">
+                <entity-condition entity-name="RoleTypeAndParty" list="partyRoles">
                     <condition-list combine="and">
                         <condition-expr field-name="partyId" operator="equals" value="${parameters.partyId}"/>
                         <condition-expr field-name="roleTypeId" operator="not-equals" value="_NA_"/>

Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/TaskScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/TaskScreens.xml?rev=739739&r1=739738&r2=739739&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/TaskScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/TaskScreens.xml Sun Feb  1 11:07:47 2009
@@ -95,7 +95,7 @@
                                 <include-screen name="MyTaskList"/>
                                 <section>
                                     <condition>
-                                        <not><if-empty field-name="projects"/></not>                                        
+                                        <not><if-empty field="projects"/></not>                                        
                                     </condition>
                                     <widgets>
                                         <container style="lefthalf">
@@ -134,7 +134,7 @@
             <widgets>
                     <section>
                         <condition>
-                            <not><if-empty field-name="tasks"/></not>                                        
+                            <not><if-empty field="tasks"/></not>                                        
                         </condition>
                         <widgets>
                             <screenlet title="${uiLabelMap.PageTitleTaskAssignedToMe}" navigation-form-name="MyTasks">
@@ -321,7 +321,7 @@
                 <link target="AddTaskAndAssoc?workEffortIdFrom=${workEffort.workEffortId}" text="${uiLabelMap.WorkEffortAddChild}" style="buttontext"></link>
                 <link target="AddTaskAndAssoc?workEffortIdFrom=${workEffort.workEffortId}" text="${uiLabelMap.WorkEffortAddExistingWorkEffortChild}" style="buttontext"></link>
                 <section>
-                    <condition><not><if-empty field-name="workEffortAssoc"/></not></condition>
+                    <condition><not><if-empty field="workEffortAssoc"/></not></condition>
                     <widgets>
                         <link target="EditTaskListAndAssoc?workEffortIdFrom=${workEffortAssoc.workEffortIdFrom}&amp;workEffortIdTo=${workEffortAssoc.workEffortIdTo}&amp;workEffortAssocTypeId=${workEffortAssoc.workEffortAssocTypeId}&amp;fromDate=${workEffortAssoc.fromDate}&amp;DONE_PAGE=${donePage}" text="Edit Assoc" style="buttontext"></link>
                         <link target="EditTaskListAndAssoc?workEffortIdFrom=${workEffortAssoc.workEffortIdFrom}&amp;workEffortIdTo=${workEffortAssoc.workEffortIdTo}&amp;workEffortAssocTypeId=${workEffortAssoc.workEffortAssocTypeId}&amp;fromDate=${workEffortAssoc.fromDate}&amp;DONE_PAGE=${donePage}" text="Edit Assoc Detail" style="buttontext"></link>

Modified: ofbiz/trunk/specialpurpose/webpos/widget/WebPosScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/widget/WebPosScreens.xml?rev=739739&r1=739738&r2=739739&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/widget/WebPosScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/widget/WebPosScreens.xml Sun Feb  1 11:07:47 2009
@@ -138,7 +138,7 @@
             <widgets>
                 <section>
                     <condition>
-                        <not><if-empty field-name="shoppingCart"/></not>
+                        <not><if-empty field="shoppingCart"/></not>
                     </condition>
                     <widgets>
                         <container>