// toolbar bug admintranslations - temporary fix

This commit is contained in:
mMarinetti
2011-12-20 16:01:43 +00:00
parent b2eb18e7e5
commit d0aaa548eb
@@ -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()