[Koha-bugs] [Bug 8181] Replace DynArch calendar widget with jQueryUI version

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 13 16:13:05 CEST 2012


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

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 10259
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10259&action=edit
Bug 8181 - Replace DynArch calendar widget with jQueryUI version

All instances of the old DynArch calendar have been replaced with
jQueryUI versions and the old library files have been removed.

There is now a helper function in staff-global.js for triggering
a datepicker prompt on any input field. Just add a "datepicker"
class to the input field.

If you would like two fields in one from to limit each other (one
is date from, one is date to), add these classes to each:
"datepickerfrom" and "datepickerto." This will prevent an invalid
entry, e.g. a date in the latter which falls before the former.

jQueryUI is now upgraded to the latest verision, 1.8.21.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list