// bugfix admin products, adminattributesgroups, admincategories

// helper list and form improved

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9856 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2011-11-03 17:04:33 +00:00
parent 96868355a6
commit bc16bdf560
24 changed files with 636 additions and 1263 deletions
+2 -2
View File
@@ -145,7 +145,7 @@ class HelperOptionsCore extends Helper
$option_list[$category] = $category_data;
}
$this->context->smarty->assign(array(
$this->tpl->assign(array(
'current' => $this->currentIndex,
'table' => $this->table,
'token' => $this->token,
@@ -154,7 +154,7 @@ class HelperOptionsCore extends Helper
'required_fields' => isset($required_fields) ? $required_fields : false,
'languages' => isset($languages) ? $languages : null,
));
return $this->context->smarty->fetch(_PS_ADMIN_DIR_.'/themes/template/'.$this->tpl);
return $this->tpl->fetch();
}
/**