Author: nmalin
Date: Fri Aug 25 13:12:22 2017
New Revision: 1806169
URL:
http://svn.apache.org/viewvc?rev=1806169&view=revLog:
Fixed: Continue the common-theme upload (OFBIZ-9138 Create a common theme)
Forgot to complete the xsd with element common-screens as child of theme and the attribute name on the same element
Modified:
ofbiz/ofbiz-framework/trunk/framework/widget/dtd/widget-theme.xsd
Modified: ofbiz/ofbiz-framework/trunk/framework/widget/dtd/widget-theme.xsd
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/widget/dtd/widget-theme.xsd?rev=1806169&r1=1806168&r2=1806169&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/widget/dtd/widget-theme.xsd (original)
+++ ofbiz/ofbiz-framework/trunk/framework/widget/dtd/widget-theme.xsd Fri Aug 25 13:12:22 2017
@@ -26,7 +26,9 @@ under the License.
<xs:element minOccurs="0" maxOccurs="1" ref="widget-properties"/>
<xs:element minOccurs="0" maxOccurs="1" ref="theme-properties"/>
<xs:element minOccurs="0" maxOccurs="1" ref="templates"/>
+ <xs:element minOccurs="0" maxOccurs="1" ref="common-screens"/>
</xs:sequence>
+ <xs:attribute type="xs:string" name="name" use="required" />
</xs:complexType>
</xs:element>
<xs:element name="visual-themes">