[Koha-bugs] [Bug 5778] New: Modify DHTMLcalendar function to work with jQueryUI datepicker

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 18 22:08:09 CET 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5778

             Bug #: 5778
           Summary: Modify DHTMLcalendar function to work with jQueryUI
                    datepicker
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Staff Client
        AssignedTo: paul.poulain at biblibre.com
        ReportedBy: oleonard at myacpl.org
         QAContact: koha-bugs at lists.koha-community.org
                CC: gmcharlt at gmail.com
            Blocks: 5481


The current calendar widget gets passed a TMPL variable, <!-- TMPL_VAR
NAME="DHTMLcalendar_dateformat" -->, with the correct dateformat according to
Koha's system preference. We can do the same with the jQueryUI widget, but the
variable contents must be different. The current widget looks for a string
like:

%m/%d/%Y 

The jQueryUI widget wants something like:

m/d/Y

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list