Author: adrianc
Date: Thu May 1 15:51:57 2008
New Revision: 652703
URL: http://svn.apache.org/viewvc?rev=652703&view=rev
Log:
widget-menu.xsd change - eliminated default values that use deprecated CSS
styles. I posted a message on the dev ml about this - if there is any problem
with it, then I'll revert it.
Modified:
ofbiz/trunk/framework/widget/dtd/widget-menu.xsd
Modified: ofbiz/trunk/framework/widget/dtd/widget-menu.xsd
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/dtd/widget-menu.xsd?rev=652703&r1=652702&r2=652703&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/dtd/widget-menu.xsd (original)
+++ ofbiz/trunk/framework/widget/dtd/widget-menu.xsd Thu May 1 15:51:57 2008
@@ -48,10 +48,10 @@
<xs:attribute type="xs:string" name="title"/>
<xs:attribute type="xs:string" name="tooltip"/>
<xs:attribute type="xs:string" name="default-entity-name"/>
- <xs:attribute type="xs:string" name="default-title-style"
default="tabButton"/>
+ <xs:attribute type="xs:string" name="default-title-style"/>
<xs:attribute type="xs:string" name="default-widget-style"/>
<xs:attribute type="xs:string" name="default-tooltip-style"/>
- <xs:attribute type="xs:string" name="default-selected-style"
default="tabButtonSelected"/>
+ <xs:attribute type="xs:string" name="default-selected-style"/>
<xs:attribute type="xs:string" name="default-align-style"/>
<xs:attribute name="orientation" default="horizontal">
<xs:simpleType>
@@ -76,8 +76,8 @@
<xs:attribute type="xs:string" name="menu-width"/>
<xs:attribute type="xs:string" name="default-cell-width"/>
<xs:attribute type="xs:string" name="default-disabled-title-style"/>
- <xs:attribute type="xs:string"
name="selected-menuitem-context-field-name" default="tabButtonItem"/>
- <xs:attribute type="xs:string" name="menu-container-style"
default="tabContainer"/>
+ <xs:attribute type="xs:string"
name="selected-menuitem-context-field-name"/>
+ <xs:attribute type="xs:string" name="menu-container-style"/>
<xs:attribute name="default-align" default="left">
<xs:simpleType>
<xs:restriction base="xs:token">