// update tab "attributes" in smarty template + update action in list in ajax

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10891 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-12-04 10:42:05 +00:00
parent 911c8ad6c4
commit efc5ff8390
28 changed files with 1110 additions and 494 deletions
+1 -2
View File
@@ -1503,8 +1503,7 @@ class AdminControllerCore extends Controller
$this->addCSS(_THEME_CSS_DIR_.'rtl.css');
$this->addJquery();
$this->addjQueryPlugin(array('cluetip', 'hoverIntent'));
$this->addJqueryPlugin('scrollTo');
$this->addjQueryPlugin(array('cluetip', 'hoverIntent', 'scrollTo'));
$this->addJS(array(
_PS_JS_DIR_.'admin.js',