svn commit: r906980 - /ofbiz/trunk/framework/example/widget/example/ExampleMenus.xml

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

svn commit: r906980 - /ofbiz/trunk/framework/example/widget/example/ExampleMenus.xml

erwan
Author: erwan
Date: Fri Feb  5 15:51:41 2010
New Revision: 906980

URL: http://svn.apache.org/viewvc?rev=906980&view=rev
Log:
Simplifying example menus writings, closing XML tags directly

Modified:
    ofbiz/trunk/framework/example/widget/example/ExampleMenus.xml

Modified: ofbiz/trunk/framework/example/widget/example/ExampleMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleMenus.xml?rev=906980&r1=906979&r2=906980&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/ExampleMenus.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/ExampleMenus.xml Fri Feb  5 15:51:41 2010
@@ -32,14 +32,8 @@
                 <parameter param-name="parentPortalPageId" from-field="parameters.parentPortalPageId"/>
             </link>
         </menu-item>
-        <menu-item name="ExampleGeoLocation" title="${uiLabelMap.CommonGeoLocation}">
-            <link target="ExampleGeoLocationPointSet1">
-            </link>
-        </menu-item>
-        <menu-item name="Birt" title="${uiLabelMap.Birt}">
-            <link target="BirtMain">
-            </link>
-        </menu-item>
+        <menu-item name="ExampleGeoLocation" title="${uiLabelMap.CommonGeoLocation}"><link target="ExampleGeoLocationPointSet1"/></menu-item>
+        <menu-item name="Birt" title="${uiLabelMap.Birt}"><link target="BirtMain"/></menu-item>
     </menu>
 
     <menu name="EditExample" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml">
@@ -74,26 +68,11 @@
     </menu>
 
     <menu name="ExampleGeoLocation" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml">
-        <menu-item name="ExampleGeoLocationPointSet1" title="${uiLabelMap.PointSet1}">
-            <link target="ExampleGeoLocationPointSet1">
-            </link>
-        </menu-item>
-        <menu-item name="ExampleGeoLocationPointSet2" title="${uiLabelMap.PointSet2}">
-            <link target="ExampleGeoLocationPointSet2">
-            </link>
-        </menu-item>
-        <menu-item name="ExampleGeoLocationPointSet3" title="${uiLabelMap.PointSet3}">
-            <link target="ExampleGeoLocationPointSet3">
-            </link>
-        </menu-item>
-        <menu-item name="ExampleGeoLocationPointSet4" title="${uiLabelMap.PointSet4}">
-            <link target="ExampleGeoLocationPointSet4">
-            </link>
-        </menu-item>
-        <menu-item name="ExampleGeoLocationAddress" title="${uiLabelMap.ExamplePointAddress}">
-            <link target="ExampleGeoLocationAddress">
-            </link>
-        </menu-item>
+        <menu-item name="ExampleGeoLocationPointSet1" title="${uiLabelMap.PointSet1}"><link target="ExampleGeoLocationPointSet1"/></menu-item>
+        <menu-item name="ExampleGeoLocationPointSet2" title="${uiLabelMap.PointSet2}"><link target="ExampleGeoLocationPointSet2"/></menu-item>
+        <menu-item name="ExampleGeoLocationPointSet3" title="${uiLabelMap.PointSet3}"><link target="ExampleGeoLocationPointSet3"/></menu-item>
+        <menu-item name="ExampleGeoLocationPointSet4" title="${uiLabelMap.PointSet4}"><link target="ExampleGeoLocationPointSet4"/></menu-item>
+        <menu-item name="ExampleGeoLocationAddress" title="${uiLabelMap.ExamplePointAddress}"><link target="ExampleGeoLocationAddress"/></menu-item>
     </menu>
 
     <menu name="BirtTabBar" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml">