Author: deepak
Date: Fri Aug 25 18:24:01 2017
New Revision: 1806211
URL:
http://svn.apache.org/viewvc?rev=1806211&view=revLog:
Fixed: Removed unused attribute sequenceId from property element, also fix position value from topLeft to top-left as per dtd
Modified:
ofbiz/ofbiz-framework/trunk/themes/bluelight/widget/Theme.xml
ofbiz/ofbiz-framework/trunk/themes/common/widget/Theme.xml
Modified: ofbiz/ofbiz-framework/trunk/themes/bluelight/widget/Theme.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/bluelight/widget/Theme.xml?rev=1806211&r1=1806210&r2=1806211&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/bluelight/widget/Theme.xml (original)
+++ ofbiz/ofbiz-framework/trunk/themes/bluelight/widget/Theme.xml Fri Aug 25 18:24:01 2017
@@ -31,7 +31,7 @@ under the License.
<theme-properties>
<!--javascript lib-->
- <property name="VT_HDR_JAVASCRIPT['add']" value="/bluelight/dropdown.js" sequenceId="30"/>
+ <property name="VT_HDR_JAVASCRIPT['add']" value="/bluelight/dropdown.js"/>
<!--Css style-->
<property name="VT_STYLESHEET['add']" value="/bluelight/style.css"/>
<property name="VT_HELPSTYLESHEET['add']" value="/bluelight/help.css"/>
Modified: ofbiz/ofbiz-framework/trunk/themes/common/widget/Theme.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/widget/Theme.xml?rev=1806211&r1=1806210&r2=1806211&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/common/widget/Theme.xml (original)
+++ ofbiz/ofbiz-framework/trunk/themes/common/widget/Theme.xml Fri Aug 25 18:24:01 2017
@@ -35,7 +35,7 @@ under the License.
default-delay="300"
display-return-field="true"/>
<lookup
- position="topleft"
+ position="top-left"
width="640"
height="500"/>
<layered-modal