Updated to jquery ui 1.6rc4. Lots of changes, improved widget theme css and icons. No need to fix position dialogs anymore. Included the following in the combined file + i18n files. Requires push back up to vendor branch.

UI Core
Effects Core
Draggable - Req'd by Sortable
Resizeable - Image/watermark/avatar scaling
Sortable - Rearrange
Dialog - All over :)
Datepicker - Edit albums/items
Progressbar
Highlight - Message display, comment addition
Transfer - Adding tags from available list to field


Not fully integrated into the default theme yet.
This commit is contained in:
Chad Kieffer
2009-01-10 06:25:44 +00:00
parent 9b90b4b0cd
commit 7569b39802
20 changed files with 667 additions and 379 deletions

View File

@@ -12,6 +12,8 @@
type="text/css" media="screen,projection">
<link rel="stylesheet" href="<?= url::file("themes/default/css/superfish.css") ?>"
type="text/css" media="screen,projection">
<link rel="stylesheet" href="<?= url::file("themes/default/css/ui.theme.css") ?>"
type="text/css" media="screen,projection">
<link rel="stylesheet" href="<?= $theme->url("css/screen.css") ?>"
type="text/css" media="screen,projection">
<script src="<?= url::file("lib/jquery.js") ?>" type="text/javascript"></script>