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 2008/06/06 16:50:47 UTC

svn commit: r663969 - /ofbiz/trunk/applications/content/webapp/content/datasetup/DataResourceSetupMenus.xml

Author: jleroux
Date: Fri Jun  6 07:50:46 2008
New Revision: 663969

URL: http://svn.apache.org/viewvc?rev=663969&view=rev
Log:
2 types=simple was bugging org.apache.xerces.parsers.DOMParser.parse
org.xml.sax.SAXParseException: Attribute "type" was already specified for element "menu"

Modified:
    ofbiz/trunk/applications/content/webapp/content/datasetup/DataResourceSetupMenus.xml

Modified: ofbiz/trunk/applications/content/webapp/content/datasetup/DataResourceSetupMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/datasetup/DataResourceSetupMenus.xml?rev=663969&r1=663968&r2=663969&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/datasetup/DataResourceSetupMenus.xml (original)
+++ ofbiz/trunk/applications/content/webapp/content/datasetup/DataResourceSetupMenus.xml Fri Jun  6 07:50:46 2008
@@ -21,7 +21,7 @@
 <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-menu.xsd">
     <menu name="dataresourcesetup" default-menu-item-name="content" default-associated-content-id="${userLogin.userLoginId}" title="" type="simple"
-        menu-container-style="button-bar tab-bar" default-selected-style="selected" type="simple" selected-menuitem-context-field-name="tabButtonItem">
+        menu-container-style="button-bar tab-bar" default-selected-style="selected" selected-menuitem-context-field-name="tabButtonItem">
         <menu-item name="EditDataResourceType" title="${uiLabelMap.CommonType}" >
             <link target="EditDataResourceType" target-window="_top" style="tabButton" />
         </menu-item>