[OFBiz] SVN: r6788 - trunk/framework/widget/dtd
jonesde@svn.ofbiz.org
jonesde at svn.ofbiz.org
Mon Feb 20 15:01:03 CST 2006
Author: jonesde
Date: 2006-02-20 15:01:00 -0600 (Mon, 20 Feb 2006)
New Revision: 6788
Modified:
trunk/framework/widget/dtd/widget-menu.xsd
Log:
Added some attribute definitions that are apparently used and handled, but weren't in the XSD
Modified: trunk/framework/widget/dtd/widget-menu.xsd
===================================================================
--- trunk/framework/widget/dtd/widget-menu.xsd 2006-02-20 20:59:37 UTC (rev 6787)
+++ trunk/framework/widget/dtd/widget-menu.xsd 2006-02-20 21:01:00 UTC (rev 6788)
@@ -91,6 +91,8 @@
</xs:simpleType>
</xs:attribute>
<xs:attribute type="xs:string" name="fill-style"/>
+ <xs:attribute type="xs:string" name="default-permission-operation"/>
+ <xs:attribute type="xs:string" name="default-permission-entity-action"/>
</xs:attributeGroup>
<xs:element name="menu-item">
<xs:complexType>
More information about the Svn
mailing list