svn commit: r1023209 - /ofbiz/trunk/framework/common/script/org/ofbiz/common/PortalPageMethods.xml

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

svn commit: r1023209 - /ofbiz/trunk/framework/common/script/org/ofbiz/common/PortalPageMethods.xml

buscob
Author: buscob
Date: Sat Oct 16 08:35:53 2010
New Revision: 1023209

URL: http://svn.apache.org/viewvc?rev=1023209&view=rev
Log:
Typo

Modified:
    ofbiz/trunk/framework/common/script/org/ofbiz/common/PortalPageMethods.xml

Modified: ofbiz/trunk/framework/common/script/org/ofbiz/common/PortalPageMethods.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/script/org/ofbiz/common/PortalPageMethods.xml?rev=1023209&r1=1023208&r2=1023209&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/script/org/ofbiz/common/PortalPageMethods.xml (original)
+++ ofbiz/trunk/framework/common/script/org/ofbiz/common/PortalPageMethods.xml Sat Oct 16 08:35:53 2010
@@ -67,7 +67,7 @@ under the License.
     </simple-method>
 
     <!--Create simple-method of copyOriginalPage-->
-    <simple-method method-name="copyIfRequiredSystemPage" short-description="Check if the page is a system page, then copy before allowing the user to copy it">
+    <simple-method method-name="copyIfRequiredSystemPage" short-description="Check if the page is a system page, then copy before allowing the user to edit it">
         <entity-one entity-name="PortalPage" value-field="portalPage"/>
         <if-compare field="portalPage.ownerUserLoginId" value="_NA_" operator="equals">
             <!-- check if private page already created -->
@@ -96,7 +96,7 @@ under the License.
     <!--Duplicate content of portalPage, portalPageColumn, portalPagePortlet, portletAttribute,
          this method should be call with portalpageId and portalPage in context-->
     <simple-method method-name="duplicatePortalPageDetails" short-description="Duplicate content of portalPage, portalPageColumn, portalPagePortlet, portletAttribute">
-        <log level="info" message="duplicate portalPage detail from portalPageId  ${parameters.portalPageId} to new protalPageId=${portalPageId}"/>
+        <log level="info" message="duplicate portalPage detail from portalPageId  ${parameters.portalPageId} to new portalPageId=${portalPageId}"/>
 
         <if-not-empty field="portalPageId">
           <!-- delete the columns -->