From 31a161c41c8623c091e36e44e6a96caf16bd6d91 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Thu, 6 Oct 2011 12:05:37 +0000 Subject: [PATCH] // --- css/retro-compat.css.php | 5 +++-- js/retro-compat.js.php | 2 -- 2 files changed, 3 insertions(+), 4 deletions(-) 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'), );