[*] BO : #PSFV-94 - added AdminTabsController

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9765 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-11-01 10:32:07 +00:00
parent 10c9a90307
commit 3ffa50d1ac
7 changed files with 353 additions and 40 deletions
+4 -2
View File
@@ -96,7 +96,9 @@ class HelperListCore extends Helper
'id_cms_category' => 'id_cms_category_to_move',
'id_cms' => 'id_cms',
'id_attribute' => 'id_attribute',
'id_carrier' => 'id_carrier'
'id_attribute_group' => 'id_attribute_group',
'id_carrier' => 'id_carrier',
'id_tab' => 'id_tab'
);
/** @var if not null, a title will be added on that list */
@@ -422,7 +424,7 @@ class HelperListCore extends Helper
$token = $this->token;
/* Determine total page number */
if (isset($this->context->cookie->{$this->table.'_pagination'}))
if (isset($this->context->cookie->{$this->table.'_pagination'}) && $this->context->cookie->{$this->table.'_pagination'})
$default_pagination = $this->context->cookie->{$this->table.'_pagination'};
else
$default_pagination = $this->_pagination[0];