// toolbar bug admintranslations - temporary fix

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11422 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2011-12-20 16:01:43 +00:00
parent 425b83eff8
commit ce2a0221e0
@@ -68,6 +68,8 @@ class AdminTranslationsControllerCore extends AdminController
public function initToolbar()
{
$this->toolbar_btn = array();
/*
$this->toolbar_btn['save'] = array(
'href' => self::$currentIndex.'&token='.$this->token,
'desc' => $this->l('Update translations')
@@ -76,6 +78,7 @@ class AdminTranslationsControllerCore extends AdminController
'href' => self::$currentIndex.'&token='.$this->token,
'desc' => $this->l('Cancel')
);
*/
}
public function initMain()