You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Ashish Vijaywargiya <vi...@gmail.com> on 2011/02/17 04:44:19 UTC

Re: svn commit: r1071328 - /ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl

This changes can be back-ported to releasebranch10.04. Thanks!

--
Ashish

---------- Forwarded message ----------
From: <sa...@apache.org>
Date: Wed, Feb 16, 2011 at 11:25 PM
Subject: svn commit: r1071328 -
/ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl
To: commits@ofbiz.apache.org


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: '',

Re: svn commit: r1071328 - /ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl

Posted by Ashish Vijaywargiya <vi...@gmail.com>.
Make sense. Thanks for the clarification. :-)

--
Ashish

On Thu, Feb 17, 2011 at 12:55 PM, Jacques Le Roux <
jacques.le.roux@les7arts.com> wrote:

> Ashish,
>
> I don't think so: we don't have jQuery in 10.04
>
> Jacques
>
> From: "Ashish Vijaywargiya" <vi...@gmail.com>
>
>  This changes can be back-ported to releasebranch10.04. Thanks!
>>
>> --
>> Ashish
>>
>> ---------- Forwarded message ----------
>> From: <sa...@apache.org>
>> Date: Wed, Feb 16, 2011 at 11:25 PM
>> Subject: svn commit: r1071328 -
>> /ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl
>> To: commits@ofbiz.apache.org
>>
>>
>> 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: '',
>>
>>
>
>

Re: svn commit: r1071328 - /ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl

Posted by Jacques Le Roux <ja...@les7arts.com>.
Ashish,

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

Jacques

From: "Ashish Vijaywargiya" <vi...@gmail.com>
> This changes can be back-ported to releasebranch10.04. Thanks!
>
> --
> Ashish
>
> ---------- Forwarded message ----------
> From: <sa...@apache.org>
> Date: Wed, Feb 16, 2011 at 11:25 PM
> Subject: svn commit: r1071328 -
> /ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl
> To: commits@ofbiz.apache.org
>
>
> 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: '',
>