diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-01-10 06:25:44 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-10 06:25:44 +0000 |
| commit | 7569b39802a855da92ebc1fd78a6343e7715746b (patch) | |
| tree | 2aa89d7ec39f1495e1e829fd78762933a5191de9 /themes/admin_default | |
| parent | 9b90b4b0cd464424f3f9a4214d265db69b3691dc (diff) | |
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.
Diffstat (limited to 'themes/admin_default')
| -rw-r--r-- | themes/admin_default/views/admin.html.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php index 6e9c4277..406697ba 100644 --- a/themes/admin_default/views/admin.html.php +++ b/themes/admin_default/views/admin.html.php @@ -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> |
