diff --git a/css/retro-compat.css.php b/css/retro-compat.css.php index 68ec38285..95102a651 100644 --- a/css/retro-compat.css.php +++ b/css/retro-compat.css.php @@ -42,7 +42,8 @@ else if ($file == 'datepicker.css') { - $html .= file_get_contents($css_folder.'themes/base/jquery.ui.theme.css'); - $html = str_replace('url(images', 'url(../themes/base/images', $html); + $html = file_get_contents($css_folder.'ui/themes/base/jquery.ui.theme.css'); + $html .= file_get_contents($css_folder.'ui/themes/base/jquery.ui.datepicker.css'); + $html = str_replace('url(images', 'url(../ui/themes/base/images', $html); } echo $html ; diff --git a/js/retro-compat.js.php b/js/retro-compat.js.php index a583a9ee4..03a91e05f 100755 --- a/js/retro-compat.js.php +++ b/js/retro-compat.js.php @@ -62,8 +62,6 @@ $plugins = array( array('new_file' => $plugins_folder.'treeview/jquery.treeview.sortable.js', 'name' => 'treeview.sortable'), 'tabpane.js' => array('new_file' => $plugins_folder.'tabpane/jquery.tabpane.js', 'name' => 'tabpane'), - 'ui.datepicker-js' => - array('new_file' => $plugins_folder.'tabpane/jquery.tabpane.js', 'name' => 'tabpane'), );