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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

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

Ashish Vijaywargiya
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: '',
Reply | Threaded
Open this post in threaded view
|

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

Jacques Le Roux
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: '',
>


Reply | Threaded
Open this post in threaded view
|

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

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