// 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
+3 -3
View File
@@ -91,11 +91,11 @@ class HelperFormCore extends Helper
if ($categories)
{
// Added Jquery plugin treeview (css and js files)
$this->context->controller->addJqueryPlugin('treeview');
$this->context->controller->addJqueryPlugin('treeview-categories');
// Added JS files
$this->context->controller->addJS(_PS_JS_DIR_.'jquery/plugins/treeview/jquery.treeview.async.js');
$this->context->controller->addJS(_PS_JS_DIR_.'jquery/plugins/treeview/jquery.treeview.edit.js');
$this->context->controller->addJS(_PS_JS_DIR_.'jquery/plugins/treeview-categories/jquery.treeview-categories.async.js');
$this->context->controller->addJS(_PS_JS_DIR_.'jquery/plugins/treeview-categories/jquery.treeview-categories.edit.js');
$this->context->controller->addJS(_PS_JS_DIR_.'admin-categories-tree.js');
if (isset($params['use_search']) && $params['use_search'])