From 4c93b5fea583b26fc8ef573c24427be7fe912034 Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Wed, 26 Oct 2011 17:45:29 +0000 Subject: [PATCH] [+] BO : new method initToolbar() available in AdminController git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9662 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/AdminController.php | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/classes/AdminController.php b/classes/AdminController.php index 060dc9a63..f79783f28 100644 --- a/classes/AdminController.php +++ b/classes/AdminController.php @@ -91,6 +91,9 @@ class AdminControllerCore extends Controller /** @var array Cache for query results */ protected $_list = array(); + /** @var array Cache for query results */ + protected $toolbar_btn = array(); + /** @var integer Number of results in list */ protected $_listTotal = 0; @@ -687,6 +690,7 @@ class AdminControllerCore extends Controller // Only if it is the first call to displayForm, otherwise it has already been defined if ($first_call) { + // language related $content .= '