|
This changes can be back-ported to releasebranch10.04. Thanks!
-- Ashish ---------- Forwarded message ---------- From: <[hidden email]> Date: Wed, Feb 16, 2011 at 11:25 PM Subject: svn commit: r1071328 - /ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl To: [hidden email] 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: '', |
|
Administrator
|
Ashish,
I don't think so: we don't have jQuery in 10.04 Jacques From: "Ashish Vijaywargiya" <[hidden email]> > This changes can be back-ported to releasebranch10.04. Thanks! > > -- > Ashish > > ---------- Forwarded message ---------- > From: <[hidden email]> > Date: Wed, Feb 16, 2011 at 11:25 PM > Subject: svn commit: r1071328 - > /ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl > To: [hidden email] > > > 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: '', > |
|
Make sense. Thanks for the clarification. :-)
-- Ashish On Thu, Feb 17, 2011 at 12:55 PM, Jacques Le Roux < [hidden email]> wrote: > Ashish, > > I don't think so: we don't have jQuery in 10.04 > > Jacques > > From: "Ashish Vijaywargiya" <[hidden email]> > > This changes can be back-ported to releasebranch10.04. Thanks! >> >> -- >> Ashish >> >> ---------- Forwarded message ---------- >> From: <[hidden email]> >> Date: Wed, Feb 16, 2011 at 11:25 PM >> Subject: svn commit: r1071328 - >> /ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl >> To: [hidden email] >> >> >> 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: '', >> >> > > |
| Free forum by Nabble | Edit this page |
