svn commit: r987756 - /ofbiz/branches/jquery/framework/common/script/org/ofbiz/common/PortalPageServices.xml

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

svn commit: r987756 - /ofbiz/branches/jquery/framework/common/script/org/ofbiz/common/PortalPageServices.xml

erwan
Author: erwan
Date: Sat Aug 21 13:40:30 2010
New Revision: 987756

URL: http://svn.apache.org/viewvc?rev=987756&view=rev
Log:
merging 987755 - Just a formatting issue, no functional change

Modified:
    ofbiz/branches/jquery/framework/common/script/org/ofbiz/common/PortalPageServices.xml

Modified: ofbiz/branches/jquery/framework/common/script/org/ofbiz/common/PortalPageServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/common/script/org/ofbiz/common/PortalPageServices.xml?rev=987756&r1=987755&r2=987756&view=diff
==============================================================================
--- ofbiz/branches/jquery/framework/common/script/org/ofbiz/common/PortalPageServices.xml (original)
+++ ofbiz/branches/jquery/framework/common/script/org/ofbiz/common/PortalPageServices.xml Sat Aug 21 13:40:30 2010
@@ -330,11 +330,11 @@ under the License.
             </entity-one>
 
             <entity-condition list="modifyPpList" entity-name="PortalPagePortlet">
-             <condition-list combine="and">
-                <condition-expr field-name="portalPageId" operator="equals" value="${parameters.o_portalPageId}"/>
-                <condition-expr field-name="sequenceNum" operator="greater-equals" value="${destiPp.sequenceNum}"/>
-             </condition-list>
-        </entity-condition>
+                <condition-list combine="and">
+                    <condition-expr field-name="portalPageId" operator="equals" value="${parameters.o_portalPageId}"/>
+                    <condition-expr field-name="sequenceNum" operator="greater-equals" value="${destiPp.sequenceNum}"/>
+                </condition-list>
+            </entity-condition>
         </if-compare>
 
         <if-compare operator="equals" field="parameters.mode" value="DRAGDROPAFTER">
@@ -345,10 +345,10 @@ under the License.
             </entity-one>
 
             <entity-condition list="modifyPpList" entity-name="PortalPagePortlet">
-             <condition-list combine="and">
-                <condition-expr field-name="portalPageId" operator="equals" value="${parameters.o_portalPageId}"/>
-                <condition-expr field-name="sequenceNum" operator="greater" value="${destiPp.sequenceNum}"/>
-             </condition-list>
+                <condition-list combine="and">
+                    <condition-expr field-name="portalPageId" operator="equals" value="${parameters.o_portalPageId}"/>
+                    <condition-expr field-name="sequenceNum" operator="greater" value="${destiPp.sequenceNum}"/>
+                </condition-list>
             </entity-condition>
         </if-compare>