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 2017/10/04 14:32:32 UTC

svn commit: r1811076 - in /ofbiz/site/dtds: site-conf.xsd widget-theme.xsd

Author: jleroux
Date: Wed Oct  4 14:32:32 2017
New Revision: 1811076

URL: http://svn.apache.org/viewvc?rev=1811076&view=rev
Log:
Updates DTDs

Modified:
    ofbiz/site/dtds/site-conf.xsd
    ofbiz/site/dtds/widget-theme.xsd

Modified: ofbiz/site/dtds/site-conf.xsd
URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/site-conf.xsd?rev=1811076&r1=1811075&r2=1811076&view=diff
==============================================================================
--- ofbiz/site/dtds/site-conf.xsd (original)
+++ ofbiz/site/dtds/site-conf.xsd Wed Oct  4 14:32:32 2017
@@ -581,7 +581,7 @@ under the License.
                         <xs:annotation>
                             <xs:documentation>
                                 Send a redirect down to the browser telling it to go to the new request.
-                                Automatically redirect all current request parameters to the new request or only redirected parameters if specified.                                
+                                Automatically redirect all current request parameters to the new request or only redirected parameters if specified.
                             </xs:documentation>
                         </xs:annotation>
                     </xs:enumeration>

Modified: ofbiz/site/dtds/widget-theme.xsd
URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/widget-theme.xsd?rev=1811076&r1=1811075&r2=1811076&view=diff
==============================================================================
--- ofbiz/site/dtds/widget-theme.xsd (original)
+++ ofbiz/site/dtds/widget-theme.xsd Wed Oct  4 14:32:32 2017
@@ -104,6 +104,14 @@ under the License.
                                 </xs:restriction>
                             </xs:simpleType>
                         </xs:attribute>
+                        <xs:attribute name="show-description">
+                            <xs:simpleType>
+                                <xs:restriction base="xs:token">
+                                    <xs:enumeration value="Y"/>
+                                    <xs:enumeration value="N"/>
+                                </xs:restriction>
+                            </xs:simpleType>
+                        </xs:attribute>
                     </xs:complexType>
                 </xs:element>
                 <xs:element name="layered-modal">
@@ -224,4 +232,4 @@ under the License.
         </xs:complexType>
     </xs:element>
 
-</xs:schema>
+</xs:schema>
\ No newline at end of file