Ashish,

I don't think so: we don't have jQuery in 10.04

Jacques

From: "Ashish Vijaywargiya" <[email protected]>
This changes can be back-ported to releasebranch10.04. Thanks!

--
Ashish

---------- Forwarded message ----------
From: <[email protected]>
Date: Wed, Feb 16, 2011 at 11:25 PM
Subject: svn commit: r1071328 -
/ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl
To: [email protected]


Author: sascharodekamp
Date: Wed Feb 16 17:55:52 2011
New Revision: 1071328

URL: http://svn.apache.org/viewvc?rev=1071328&view=rev
Log:
Bug Fix "DateTimePicker shows wrong current time" (
https://issues.apache.org/jira/browse/OFBIZ-4169) - When changing the plugin
configuration the dtp shows the correct time - Thanks Nikkel K for
reporting.

Modified:
  ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl

Modified: ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl?rev=1071328&r1=1071327&r2=1071328&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl
(original)
+++ ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl Wed Feb
16 17:55:52 2011
@@ -111,8 +111,8 @@ under the License.
                   showSecond: true,
                   timeFormat: 'hh:mm:ss',
                   stepHour: 1,
-                    stepMinute: 5,
-                    stepSecond: 10,
+                    stepMinute: 1,
+                    stepSecond: 1,
             </#if>
                   showOn: 'button',
                   buttonImage: '',



Reply via email to