You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Matthieu Bollot <ma...@nereide.biz> on 2010/07/12 10:27:12 UTC

Re: svn commit: r960336 - in /ofbiz/trunk/framework/images/webapp/images/calendarDateSelect: calendar_date_select.js locale/en.js locale/es.js locale/fi.js locale/nl.js locale/pl.js locale/pt.js locale/ru.js locale/zh.js

Le dimanche 04 juillet 2010 à 12:59 +0000, jleroux@apache.org a écrit :
> Author: jleroux
> Date: Sun Jul  4 12:59:05 2010
> New Revision: 960336
../..
> Modified: ofbiz/trunk/framework/images/webapp/images/calendarDateSelect/calendar_date_select.js
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/calendarDateSelect/calendar_date_select.js?rev=960336&r1=960335&r2=960336&view=diff
> ==============================================================================
> --- ofbiz/trunk/framework/images/webapp/images/calendarDateSelect/calendar_date_select.js (original)
> +++ ofbiz/trunk/framework/images/webapp/images/calendarDateSelect/calendar_date_select.js Sun Jul  4 12:59:05 2010
> @@ -22,7 +22,7 @@ Element.buildAndAppend = function(type, 
>  nil = null;
>  
>  Date.one_day = 24*60*60*1000;
> -Date.weekdays = $w("S M T W T F S");
> +Date.weekdays = $w("Sa M T W T F Su");
>  Date.first_day_of_week = 0;
>  Date.months = $w("January February March April May June July August September October November December" );
>  Date.padded2 = function(hour) { var padded2 = parseInt(hour, 10); if (hour < 10) padded2 = "0" + padded2; return padded2; }
> 
> Added: ofbiz/trunk/framework/images/webapp/images/calendarDateSelect/locale/en.js
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/calendarDateSelect/locale/en.js?rev=960336&view=auto
> ==============================================================================
> --- ofbiz/trunk/framework/images/webapp/images/calendarDateSelect/locale/en.js (added)
> +++ ofbiz/trunk/framework/images/webapp/images/calendarDateSelect/locale/en.js Sun Jul  4 12:59:05 2010
> @@ -0,0 +1,20 @@
> +Date.weekdays = $w("Sa M T W T F Su");
> +Date.months = $w("January February March April May June July August September October November December" );
> +

hi,
I just saw those patch, shouldn't it be "Su M T W T F Sa" instead of "Sa
M T W T F Su" ?

-- 
Matthieu BOLLOT
www.nereide.biz


Re: svn commit: r960336 - in /ofbiz/trunk/framework/images/webapp/images/calendarDateSelect: calendar_date_select.js locale/en.js locale/es.js locale/fi.js locale/nl.js locale/pl.js locale/pt.js locale/ru.js locale/zh.js

Posted by Jacques Le Roux <ja...@Les7Arts.com>.
Thanks Erwan!

Jacques


Erwan de FERRIERES wrote:
> 
> Le 12/07/2010 11:38, Jacques Le Roux a écrit :
>>
>> Hi Matthieu,
>>
>> Indeed! Please feel free to provide a patch. I will not be able to work
>> on
>> it before Friday though.
>>
> 
>>
> i'm on it, don't worry and rest !!!
> 
> Cheers,
> 
> -- 
> Erwan de FERRIERES
> www.nereide.biz
> 
> 

-- 
View this message in context: http://ofbiz.135035.n4.nabble.com/Re-svn-commit-r960336-in-ofbiz-trunk-framework-images-webapp-images-calendarDateSelect-calendar-dates-tp2285849p2285942.html
Sent from the OFBiz - Dev mailing list archive at Nabble.com.

Re: svn commit: r960336 - in /ofbiz/trunk/framework/images/webapp/images/calendarDateSelect: calendar_date_select.js locale/en.js locale/es.js locale/fi.js locale/nl.js locale/pl.js locale/pt.js locale/ru.js locale/zh.js

Posted by Erwan de FERRIERES <er...@nereide.fr>.
Le 12/07/2010 11:38, Jacques Le Roux a écrit :
>
> Hi Matthieu,
>
> Indeed! Please feel free to provide a patch. I will not be able to work on
> it before Friday though.
>

>
i'm on it, don't worry and rest !!!

Cheers,

-- 
Erwan de FERRIERES
www.nereide.biz

Re: svn commit: r960336 - in /ofbiz/trunk/framework/images/webapp/images/calendarDateSelect: calendar_date_select.js locale/en.js locale/es.js locale/fi.js locale/nl.js locale/pl.js locale/pt.js locale/ru.js locale/zh.js

Posted by Jacques Le Roux <ja...@Les7Arts.com>.
Hi Matthieu,

Indeed! Please feel free to provide a patch. I will not be able to work on
it before Friday though.

Thanks

Jacques


Matthieu Bollot-4 wrote:
> 
> Le dimanche 04 juillet 2010 à 12:59 +0000, jleroux@apache.org a écrit :
>> Author: jleroux
>> Date: Sun Jul  4 12:59:05 2010
>> New Revision: 960336
> ../..
>> Modified:
>> ofbiz/trunk/framework/images/webapp/images/calendarDateSelect/calendar_date_select.js
>> URL:
>> http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/calendarDateSelect/calendar_date_select.js?rev=960336&r1=960335&r2=960336&view=diff
>> ==============================================================================
>> ---
>> ofbiz/trunk/framework/images/webapp/images/calendarDateSelect/calendar_date_select.js
>> (original)
>> +++
>> ofbiz/trunk/framework/images/webapp/images/calendarDateSelect/calendar_date_select.js
>> Sun Jul  4 12:59:05 2010
>> @@ -22,7 +22,7 @@ Element.buildAndAppend = function(type, 
>>  nil = null;
>>  
>>  Date.one_day = 24*60*60*1000;
>> -Date.weekdays = $w("S M T W T F S");
>> +Date.weekdays = $w("Sa M T W T F Su");
>>  Date.first_day_of_week = 0;
>>  Date.months = $w("January February March April May June July August
>> September October November December" );
>>  Date.padded2 = function(hour) { var padded2 = parseInt(hour, 10); if
>> (hour < 10) padded2 = "0" + padded2; return padded2; }
>> 
>> Added:
>> ofbiz/trunk/framework/images/webapp/images/calendarDateSelect/locale/en.js
>> URL:
>> http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/calendarDateSelect/locale/en.js?rev=960336&view=auto
>> ==============================================================================
>> ---
>> ofbiz/trunk/framework/images/webapp/images/calendarDateSelect/locale/en.js
>> (added)
>> +++
>> ofbiz/trunk/framework/images/webapp/images/calendarDateSelect/locale/en.js
>> Sun Jul  4 12:59:05 2010
>> @@ -0,0 +1,20 @@
>> +Date.weekdays = $w("Sa M T W T F Su");
>> +Date.months = $w("January February March April May June July August
>> September October November December" );
>> +
> 
> hi,
> I just saw those patch, shouldn't it be "Su M T W T F Sa" instead of "Sa
> M T W T F Su" ?
> 
> -- 
> Matthieu BOLLOT
> www.nereide.biz
> 
> 
> 

-- 
View this message in context: http://ofbiz.135035.n4.nabble.com/Re-svn-commit-r960336-in-ofbiz-trunk-framework-images-webapp-images-calendarDateSelect-calendar-dates-tp2285849p2285927.html
Sent from the OFBiz - Dev mailing list archive at Nabble.com.