You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2012/10/25 23:10:44 UTC

svn commit: r1402331 - in /ofbiz/branches/20120329_portletWidget/specialpurpose/example/widget: ExampleFeatureMenus.xml ExampleMenus.xml

Author: erwan
Date: Thu Oct 25 21:10:44 2012
New Revision: 1402331

URL: http://svn.apache.org/viewvc?rev=1402331&view=rev
Log:
in example portlet, replace 3 forgot _EditArea Value by the field editAreaDivId to avoid spelling error

Modified:
    ofbiz/branches/20120329_portletWidget/specialpurpose/example/widget/ExampleFeatureMenus.xml
    ofbiz/branches/20120329_portletWidget/specialpurpose/example/widget/ExampleMenus.xml

Modified: ofbiz/branches/20120329_portletWidget/specialpurpose/example/widget/ExampleFeatureMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/20120329_portletWidget/specialpurpose/example/widget/ExampleFeatureMenus.xml?rev=1402331&r1=1402330&r2=1402331&view=diff
==============================================================================
--- ofbiz/branches/20120329_portletWidget/specialpurpose/example/widget/ExampleFeatureMenus.xml (original)
+++ ofbiz/branches/20120329_portletWidget/specialpurpose/example/widget/ExampleFeatureMenus.xml Thu Oct 25 21:10:44 2012
@@ -31,7 +31,7 @@ under the License.
             </show-portlet>
         </menu-item>
         <menu-item name="addExampleFeature">
-            <show-portlet portlet-id="${portalPortletId}" target="editExampleFeaturePortlet" area-id="ListExampleFeature_EditArea" image-location="${iconsPurpose.Add}" image-title="${uiLabelMap.IconsTooltips_Add}">
+            <show-portlet portlet-id="${portalPortletId}" target="editExampleFeaturePortlet" area-id="${editAreaDivId}" image-location="${iconsPurpose.Add}" image-title="${uiLabelMap.IconsTooltips_Add}">
             </show-portlet>
         </menu-item>
     </menu>
@@ -46,7 +46,7 @@ under the License.
             </show-portlet>
         </menu-item>
         <menu-item name="addExampleFeatureAppl">
-            <show-portlet portlet-id="${portalPortletId}" target="editExampleFeatureApplPortlet" area-id="ExampleFeatureAppls_EditArea" image-location="${iconsPurpose.Add}" image-title="${uiLabelMap.IconsTooltips_Add}">
+            <show-portlet portlet-id="${portalPortletId}" target="editExampleFeatureApplPortlet" area-id="${editAreaDivId}" image-location="${iconsPurpose.Add}" image-title="${uiLabelMap.IconsTooltips_Add}">
               <parameter param-name="exampleId" from-field="parameters.exampleId"/>
             </show-portlet>
         </menu-item>

Modified: ofbiz/branches/20120329_portletWidget/specialpurpose/example/widget/ExampleMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/20120329_portletWidget/specialpurpose/example/widget/ExampleMenus.xml?rev=1402331&r1=1402330&r2=1402331&view=diff
==============================================================================
--- ofbiz/branches/20120329_portletWidget/specialpurpose/example/widget/ExampleMenus.xml (original)
+++ ofbiz/branches/20120329_portletWidget/specialpurpose/example/widget/ExampleMenus.xml Thu Oct 25 21:10:44 2012
@@ -124,7 +124,7 @@ under the License.
             </show-portlet>
         </menu-item>
         <menu-item name="addExampleItem">
-            <show-portlet portlet-id="${portalPortletId}" target="editExampleItemPortlet" area-id="ExampleItems_EditArea" image-location="${iconsPurpose.Add}" image-title="${uiLabelMap.IconsTooltips_Add}">
+            <show-portlet portlet-id="${portalPortletId}" target="editExampleItemPortlet" area-id="${editAreaDivId}" image-location="${iconsPurpose.Add}" image-title="${uiLabelMap.IconsTooltips_Add}">
               <parameter param-name="exampleId" from-field="parameters.exampleId"/>
             </show-portlet>
         </menu-item>