Replaced old calendar picker with jQuery UI.

This commit is contained in:
Eric Allen 2009-09-06 20:00:19 -04:00
parent 6b7e5d0eed
commit ce979063c5
27 changed files with 425 additions and 2648 deletions

View file

@ -221,4 +221,6 @@ $(document).ready(function() {
live('click', toggle_checkbox_remote);
setup_container_toggles();
$('input.Date').datepicker();
});