// rename $toolbar_fix to $toolbar_scroll part2

This commit is contained in:
tDidierjean
2012-02-28 17:39:40 +00:00
parent d29e810d8d
commit e462d968f0
17 changed files with 22 additions and 22 deletions
@@ -120,7 +120,7 @@ class AdminTranslationsControllerCore extends AdminController
'url_create_language' => 'index.php?tab=AdminLanguages&addlang&token='.Tools::getAdminToken('AdminLanguages'.(int)(Tab::getIdFromClassName('AdminLanguages')).(int)$this->context->employee->id),
);
$this->toolbar_fix = false;
$this->toolbar_scroll = false;
$this->base_tpl_view = 'main.tpl';
return parent::renderView();
}