// Rename treeview to treeview-categories

This commit is contained in:
rMalie
2012-05-03 08:10:10 +00:00
parent e02e6238c8
commit 39be1925b1
26 changed files with 21 additions and 21 deletions
+4 -4
View File
@@ -197,11 +197,11 @@ class HelperCore
if (!$use_radio)
$input_name = $input_name.'[]';
$this->context->controller->addCSS(_PS_JS_DIR_.'jquery/plugins/treeview/jquery.treeview.css');
$this->context->controller->addCSS(_PS_JS_DIR_.'jquery/plugins/treeview-categories/jquery.treeview-categories.css');
$this->context->controller->addJs(array(
_PS_JS_DIR_.'jquery/plugins/treeview/jquery.treeview.js',
_PS_JS_DIR_.'jquery/plugins/treeview/jquery.treeview.async.js',
_PS_JS_DIR_.'jquery/plugins/treeview/jquery.treeview.edit.js',
_PS_JS_DIR_.'jquery/plugins/treeview-categories/jquery.treeview-categories.js',
_PS_JS_DIR_.'jquery/plugins/treeview-categories/jquery.treeview-categories.async.js',
_PS_JS_DIR_.'jquery/plugins/treeview-categories/jquery.treeview-categories.edit.js',
_PS_JS_DIR_.'admin-categories-tree.js'));
if ($use_search)
$this->context->controller->addJs(_PS_JS_DIR_.'jquery/plugins/autocomplete/jquery.autocomplete.js');