You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2006/11/04 14:49:35 UTC

svn commit: r471187 - in /incubator/ofbiz/trunk/applications/content: webapp/content/contentsetup/ContentSetupMenus.xml widget/compdoc/CompDocScreens.xml widget/contentsetup/ContentSetupMenus.xml

Author: jacopoc
Date: Sat Nov  4 05:49:34 2006
New Revision: 471187

URL: http://svn.apache.org/viewvc?view=rev&rev=471187
Log:
Small cleanups: fixed menu item selection, removed unused/duplicated menu definition file.

Removed:
    incubator/ofbiz/trunk/applications/content/widget/contentsetup/ContentSetupMenus.xml
Modified:
    incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupMenus.xml
    incubator/ofbiz/trunk/applications/content/widget/compdoc/CompDocScreens.xml

Modified: incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupMenus.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupMenus.xml?view=diff&rev=471187&r1=471186&r2=471187
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupMenus.xml (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupMenus.xml Sat Nov  4 05:49:34 2006
@@ -17,7 +17,9 @@
 
 <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-menu.xsd">
-    <menu name="contentsetup" default-title-style="tabButton"
+    <menu name="contentsetup" 
+        selected-menuitem-context-field-name="currentMenuItemName"
+        default-title-style="tabButton"
         default-selected-style="tabButtonSelected"
         default-menu-item-name="content"
         orientation="horizontal"
@@ -28,7 +30,6 @@
 
         <menu-item name="contentPurposeOp" title="${uiLabelMap.PageTitleEditContentPurposeOperation}" >
             <link target="EditContentPurposeOperation" target-window="_top" style="tabButton" />
-       
         </menu-item>
 
         <menu-item name="contentOp" title="${uiLabelMap.PageTitleEditContentOperation}" >

Modified: incubator/ofbiz/trunk/applications/content/widget/compdoc/CompDocScreens.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/widget/compdoc/CompDocScreens.xml?view=diff&rev=471187&r1=471186&r2=471187
==============================================================================
--- incubator/ofbiz/trunk/applications/content/widget/compdoc/CompDocScreens.xml (original)
+++ incubator/ofbiz/trunk/applications/content/widget/compdoc/CompDocScreens.xml Sat Nov  4 05:49:34 2006
@@ -1114,11 +1114,11 @@
             <widgets>
                 <decorator-screen name="commonCompDocDecorator" location="component://content/widget/CommonScreens.xml">
                     <decorator-section name="body">
-                                <platform-specific>
-                                    <html>
-                                        <html-template location="component://content/webapp/content/dummy.ftl"/>
-                                    </html>
-                                </platform-specific>
+                        <platform-specific>
+                            <html>
+                                <html-template location="component://content/webapp/content/dummy.ftl"/>
+                            </html>
+                        </platform-specific>
                     </decorator-section>
                 </decorator-screen>
             </widgets>