You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2015/04/20 17:44:58 UTC

svn commit: r1674935 - /ofbiz/trunk/specialpurpose/example/widget/example/ExampleMenus.xml

Author: jleroux
Date: Mon Apr 20 15:44:58 2015
New Revision: 1674935

URL: http://svn.apache.org/r1674935
Log:
When I added the FOP menu entry in the example menu I forgot to remove the initial tentative I did with menu items (not possible since it's only PDF: no HTML UI)

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

Modified: ofbiz/trunk/specialpurpose/example/widget/example/ExampleMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/widget/example/ExampleMenus.xml?rev=1674935&r1=1674934&r2=1674935&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/example/widget/example/ExampleMenus.xml (original)
+++ ofbiz/trunk/specialpurpose/example/widget/example/ExampleMenus.xml Mon Apr 20 15:44:58 2015
@@ -95,8 +95,4 @@ under the License.
         <menu-item name="ExamplePieChart" title="${uiLabelMap.ExamplePieChart}"><link target="ExamplePieChart"/></menu-item>
     </menu>
 
-    <menu name="ExampleFopFonts" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml">
-        <menu-item name="ExampleSimpleFop" title="${uiLabelMap.ExampleFopFonts}"><link target="printExampleFOPFonts"/></menu-item>
-        <menu-item name="ExampleCompleteFop" title="${uiLabelMap.ContentFopFonts}"><link target="fonts.pdf"/></menu-item>
-    </menu>
 </menus>