phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [bug #12563] jscalendar years only shows alternat


From: Charles Martin
Subject: [Phpgroupware-tracker] [bug #12563] jscalendar years only shows alternate years
Date: Tue, 5 Apr 2005 13:04:50 +0000
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; rv:1.7.3) Gecko/20040913 Firefox/0.10.1

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12563>

                 Summary: jscalendar years only shows alternate years
                 Project: phpGroupWare
            Submitted by: cafefroid
            Submitted on: Tue 04/05/2005 at 13:04
              Item Group: 0.9.16.005
                Category: API - phpGWapi
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
       Component Version: BZIP2
        Platform Version: None
         Reproducibility: Every Time
         Planned Release: None
           Fixed Release: 

    _______________________________________________________

Details:

The little list when you hold the "<<" button only shows alternate years.

In file /phpgwapi/js/jscalendar/calendar.js

In function showYearsCombo on line 297 it says : 

Y += fwd ? 2 : -2;

I don't really know why this goes by 2, I changed it for

Y += fwd ? 1 : -1;

And now all the years are showing just fine



    _______________________________________________________

Carbon-Copy List:

CC Address                          | Comment
------------------------------------+-----------------------------
cafefroid                           | 




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12563>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]