// 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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user